Freigeben über


EdmNavigationProperty.IsPrincipal-Eigenschaft

Ruft einen Wert ab, der angibt, ob diese Navigationseigenschaft vom Prinzipalende der Zuordnung stammt.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property IsPrincipal As Boolean
    Get
'Usage
Dim instance As EdmNavigationProperty
Dim value As Boolean

value = instance.IsPrincipal
public bool IsPrincipal { get; }
public:
virtual property bool IsPrincipal {
    bool get () sealed;
}
abstract IsPrincipal : bool
override IsPrincipal : bool
final function get IsPrincipal () : boolean

Eigenschaftswert

Typ: System.Boolean
True , wenn die Navigationseigenschaft vom Prinzipalende der Zuordnung stammt, andernfalls false.

Implementiert

IEdmNavigationProperty.IsPrincipal

Siehe auch

Verweis

EdmNavigationProperty Klasse

Microsoft.Data.Edm.Library-Namespace