Udostępnij za pośrednictwem


ConvertNode(SingleValueNode, IEdmTypeReference) Konstruktor

Definicja

Konstruuje węzeł 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)

Parametry

source
SingleValueNode

Węzeł do konwersji.

typeReference
IEdmTypeReference

Typ do przekonwertowania węzła na

Wyjątki

Zgłasza wartość , jeśli źródło wejściowe lub typReference ma wartość null.

Dotyczy