IEdmNavigationProperty.IsPrincipal Property
Gets a value that indicates whether this navigation property originates at the principal end of an association.
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
Property Value
Type: System.Boolean
true if this navigation property originates at the principal end of an association; otherwise, false.