Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the entity type that this navigation property belongs to.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaringEntityType As IEdmEntityType
Get
'Usage
Dim instance As EdmNavigationProperty
Dim value As IEdmEntityType
value = instance.DeclaringEntityType
public IEdmEntityType DeclaringEntityType { get; }
public:
property IEdmEntityType^ DeclaringEntityType {
IEdmEntityType^ get ();
}
member DeclaringEntityType : IEdmEntityType
function get DeclaringEntityType () : IEdmEntityType
Property Value
Type: Microsoft.Data.Edm.IEdmEntityType
The entity type that this navigation property belongs to.