Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the partner of this navigation property.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Partner As IEdmNavigationProperty
Get
'Usage
Dim instance As IEdmNavigationProperty
Dim value As IEdmNavigationProperty
value = instance.Partner
IEdmNavigationProperty Partner { get; }
property IEdmNavigationProperty^ Partner {
IEdmNavigationProperty^ get ();
}
abstract Partner : IEdmNavigationProperty
function get Partner () : IEdmNavigationProperty
Property Value
Type: Microsoft.Data.Edm.IEdmNavigationProperty
The partner of this navigation property.