Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the entity type of the element.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property ElementType As IEdmEntityType
Get
'Usage
Dim instance As EdmEntitySet
Dim value As IEdmEntityType
value = instance.ElementType
public IEdmEntityType ElementType { get; }
public:
virtual property IEdmEntityType^ ElementType {
IEdmEntityType^ get () sealed;
}
abstract ElementType : IEdmEntityType
override ElementType : IEdmEntityType
final function get ElementType () : IEdmEntityType
Property Value
Type: Microsoft.Data.Edm.IEdmEntityType
The entity type of the element.