Partager via


Propriété IEdmNavigationProperty.IsPrincipal

Obtient une valeur qui indique si cette propriété de navigation provient de la terminaison principale d'une association.

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

Syntaxe

'Déclaration
ReadOnly Property IsPrincipal As Boolean
    Get
'Utilisation
Dim instance As IEdmNavigationProperty
Dim value As Boolean

value = instance.IsPrincipal
bool IsPrincipal { get; }
property bool IsPrincipal {
    bool get ();
}
abstract IsPrincipal : bool
function get IsPrincipal () : boolean

Valeur de propriété

Type : System.Boolean
true si cette propriété de navigation provient de la terminaison principale d'une association ; sinon, false.

Voir aussi

Référence

IEdmNavigationProperty Interface

Espace de noms Microsoft.Data.Edm