SingleValueCastNode(SingleValueNode, IEdmPrimitiveType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Created a SingleValueCastNode with the given source node and the given type to cast to.
public SingleValueCastNode (Microsoft.OData.UriParser.SingleValueNode source, Microsoft.OData.Edm.IEdmPrimitiveType primitiveType);
new Microsoft.OData.UriParser.SingleValueCastNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmPrimitiveType -> Microsoft.OData.UriParser.SingleValueCastNode
Public Sub New (source As SingleValueNode, primitiveType As IEdmPrimitiveType)
Parameters
- source
- SingleValueNode
Source SingleValueNode that is being cast.
- primitiveType
- IEdmPrimitiveType
Type to cast to.
Exceptions
Throws if the input primitiveType is null.