Partager via


Propriété EdmNavigationProperty.DeclaringEntityType

Obtient le type d'entité auquel cette propriété de navigation appartient.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DeclaringEntityType As IEdmEntityType
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.Data.Edm.IEdmEntityType
Type d'entité auquel cette propriété de navigation appartient.

Voir aussi

Référence

EdmNavigationProperty Classe

Espace de noms Microsoft.Data.Edm.Library