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 pointed to by this entity reference.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property EntityType As IEdmEntityType
Get
'Usage
Dim instance As IEdmEntityReferenceType
Dim value As IEdmEntityType
value = instance.EntityType
IEdmEntityType EntityType { get; }
property IEdmEntityType^ EntityType {
IEdmEntityType^ get ();
}
abstract EntityType : IEdmEntityType
function get EntityType () : IEdmEntityType
Property Value
Type: Microsoft.Data.Edm.IEdmEntityType
The entity type pointed to by this entity reference.