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 or sets the EDM entity type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property EntityType As IEdmEntityType
Get
'Usage
Dim instance As EdmEntityReferenceType
Dim value As IEdmEntityType
value = instance.EntityType
public IEdmEntityType EntityType { get; }
public:
virtual property IEdmEntityType^ EntityType {
IEdmEntityType^ get () sealed;
}
abstract EntityType : IEdmEntityType
override EntityType : IEdmEntityType
final function get EntityType () : IEdmEntityType
Property Value
Type: Microsoft.Data.Edm.IEdmEntityType
The EDM entity type.
Implements
IEdmEntityReferenceType.EntityType