AssociationSet.AssociationSetEnds Property

Definition

Gets the ends of this AssociationSet.

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

Property Value

A collection of type ReadOnlyMetadataCollection<T> that contains the ends of this AssociationSet .

Applies to