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