RelationshipType.RelationshipEndMembers Property

 

Gets the list of ends for this relationship type.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public ReadOnlyMetadataCollection<RelationshipEndMember> RelationshipEndMembers { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<RelationshipEndMember>

A collection of type ReadOnlyMetadataCollection<T> that contains the list of Ends for this relationship type.