IEdmAssociationEnd.EntityType Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the entity type for this navigation property.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Private ReadOnly Property EntityType As IEdmEntityType
Implements IEdmAssociationEnd.EntityType
Get
'Usage
Dim instance As EdmNavigationProperty
Dim value As IEdmEntityType
value = CType(instance, IEdmAssociationEnd).EntityType
IEdmEntityType IEdmAssociationEnd.EntityType { get; }
private:
virtual property IEdmEntityType^ EntityType {
IEdmEntityType^ get () sealed = IEdmAssociationEnd::EntityType::get;
}
private abstract EntityType : IEdmEntityType
private override EntityType : IEdmEntityType
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: Microsoft.Data.Edm..::..IEdmEntityType
The entity type for this navigation property.
Implements
IEdmAssociationEnd..::..EntityType