DbRelationshipNavigationExpression.Relationship Property

Definition

Gets the metadata for the relationship over which navigation occurs.

public:
 property System::Data::Metadata::Edm::RelationshipType ^ Relationship { System::Data::Metadata::Edm::RelationshipType ^ get(); };
public System.Data.Metadata.Edm.RelationshipType Relationship { get; }
member this.Relationship : System.Data.Metadata.Edm.RelationshipType
Public ReadOnly Property Relationship As RelationshipType

Property Value

The metadata for the relationship over which navigation occurs.

Applies to