EdmNavigationProperty.IsPrincipal Property
Gets a value indicating whether this navigation property is from the principal end of the association.
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
Property Value
Type: System.Boolean
true if the navigation property is from the principal end of the association; otherwise, false.
Implements
IEdmNavigationProperty.IsPrincipal