AssociationSet.AssociationSetEnds Property

Definition

Gets the ends of this AssociationSet.

public:
 property System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::AssociationSetEnd ^> ^ AssociationSetEnds { System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::AssociationSetEnd ^> ^ get(); };
public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.AssociationSetEnd> AssociationSetEnds { get; }
member this.AssociationSetEnds : System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.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