EdmNavigationProperty.Partner Property

Gets the navigation property from this properties destination back to the declaring type of this property.

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

Syntax

'Declaration
Public ReadOnly Property Partner As IEdmNavigationProperty 
    Get
'Usage
Dim instance As EdmNavigationProperty 
Dim value As IEdmNavigationProperty 

value = instance.Partner
public IEdmNavigationProperty Partner { get; }
public:
virtual property IEdmNavigationProperty^ Partner {
    IEdmNavigationProperty^ get () sealed;
}
abstract Partner : IEdmNavigationProperty 
override Partner : IEdmNavigationProperty
final function get Partner () : IEdmNavigationProperty

Property Value

Type: Microsoft.Data.Edm.IEdmNavigationProperty
The navigation property from this properties destination back to the declaring type of this property.

Implements

IEdmNavigationProperty.Partner

See Also

Reference

EdmNavigationProperty Class

Microsoft.Data.Edm.Library Namespace