Share via


RelationshipType.RelationshipEndMembers Property

Definition

Gets the list of ends for this relationship type.

public System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.RelationshipEndMember> RelationshipEndMembers { get; }
member this.RelationshipEndMembers : System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.RelationshipEndMember>
Public ReadOnly Property RelationshipEndMembers As ReadOnlyMetadataCollection(Of RelationshipEndMember)

Property Value

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

Applies to