NavigationProperty.RelationshipType Property

Definition

Gets the relationship type that this navigation property operates on.

public System.Data.Entity.Core.Metadata.Edm.RelationshipType RelationshipType { get; }
member this.RelationshipType : System.Data.Entity.Core.Metadata.Edm.RelationshipType
Public ReadOnly Property RelationshipType As RelationshipType

Property Value

The relationship type that this navigation property operates on.

Exceptions

Thrown if the NavigationProperty instance is in ReadOnly state

Applies to