Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the entity type contained in this entity set.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property ElementType As IEdmEntityType
Get
'Usage
Dim instance As IEdmEntitySet
Dim value As IEdmEntityType
value = instance.ElementType
IEdmEntityType ElementType { get; }
property IEdmEntityType^ ElementType {
IEdmEntityType^ get ();
}
abstract ElementType : IEdmEntityType
function get ElementType () : IEdmEntityType
Property Value
Type: Microsoft.Data.Edm.IEdmEntityType
The entity type contained in this entity set.