SingleValueNode.TypeReference Property
Gets the type of the single value this node represents.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TypeReference As IEdmTypeReference
Get
'Usage
Dim instance As SingleValueNode
Dim value As IEdmTypeReference
value = instance.TypeReference
public abstract IEdmTypeReference TypeReference { get; }
public:
virtual property IEdmTypeReference^ TypeReference {
IEdmTypeReference^ get () abstract;
}
abstract TypeReference : IEdmTypeReference
abstract function get TypeReference () : IEdmTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmTypeReference
The type of the single value this node represents.