PrincipalEnd Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the principal end of this referential constraint.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property PrincipalEnd As IEdmAssociationEnd
Get
'Usage
Dim instance As IEdmReferentialConstraint
Dim value As IEdmAssociationEnd
value = instance.PrincipalEnd
IEdmAssociationEnd PrincipalEnd { get; }
property IEdmAssociationEnd^ PrincipalEnd {
IEdmAssociationEnd^ get ();
}
abstract PrincipalEnd : IEdmAssociationEnd
function get PrincipalEnd () : IEdmAssociationEnd
Property Value
Type: Microsoft.Data.Edm..::..IEdmAssociationEnd
The principal end of this referential constraint.