Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.