EntityRangeVariable.EntityTypeReference Property
Gets the entity type of each item in the collection that this range variable iterates over.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public ReadOnly Property EntityTypeReference As IEdmEntityTypeReference
Get
'Usage
Dim instance As EntityRangeVariable
Dim value As IEdmEntityTypeReference
value = instance.EntityTypeReference
public IEdmEntityTypeReference EntityTypeReference { get; }
public:
property IEdmEntityTypeReference^ EntityTypeReference {
IEdmEntityTypeReference^ get ();
}
member EntityTypeReference : IEdmEntityTypeReference
function get EntityTypeReference () : IEdmEntityTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmEntityTypeReference
The entity type of each item in the collection that this range variable iterates over.