Share via


NonentityRangeVariable.TypeReference Property

Gets the type of the value the range variable represents.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TypeReference As IEdmTypeReference 
    Get
'Usage
Dim instance As NonentityRangeVariable 
Dim value As IEdmTypeReference 

value = instance.TypeReference
public override IEdmTypeReference TypeReference { get; }
public:
virtual property IEdmTypeReference^ TypeReference {
    IEdmTypeReference^ get () override;
}
abstract TypeReference : IEdmTypeReference 
override TypeReference : IEdmTypeReference
override function get TypeReference () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference
The type of the value the range variable represents.

See Also

Reference

NonentityRangeVariable Class

Microsoft.Data.OData.Query.SemanticAst Namespace