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 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.