Freigeben über


IEdmNavigationProperty.IsPrincipal-Eigenschaft

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

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

Syntax

'Declaration
ReadOnly Property IsPrincipal As Boolean
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
true , wenn diese Navigationseigenschaft vom Prinzipalende einer Zuordnung stammt, andernfalls false.

Siehe auch

Verweis

IEdmNavigationProperty Schnittstelle

Microsoft.Data.Edm-Namespace