Share via


ConvertNode(SingleValueNode, IEdmTypeReference) Constructor

Definition

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.

Applies to