Share via


RangeVariable.TypeReference Property

Gets the type of entity referenced by this range variable.

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 RangeVariable 
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 entity referenced by this range variable.

See Also

Reference

RangeVariable Class

Microsoft.Data.OData.Query.SemanticAst Namespace