ConvertNode(SingleValueNode, IEdmTypeReference) 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.
Constructs a ConvertNode.
public ConvertNode (Microsoft.OData.UriParser.SingleValueNode source, Microsoft.OData.Edm.IEdmTypeReference typeReference);
new Microsoft.OData.UriParser.ConvertNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.UriParser.ConvertNode
Public Sub New (source As SingleValueNode, typeReference As IEdmTypeReference)
Parameters
- source
- SingleValueNode
The node to convert.
- typeReference
- IEdmTypeReference
The type to convert the node to
Exceptions
Throws if the input source or typeReference is null.