AssociationSet::AssociationSetEnds Property
.NET Framework (current version)
Gets the ends of this AssociationSet.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<AssociationSetEnd^>^ AssociationSetEnds { ReadOnlyMetadataCollection<AssociationSetEnd^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<AssociationSetEnd^>^A collection of type ReadOnlyMetadataCollection<T> that contains the ends of this AssociationSet.
.NET Framework
Available since 3.5
Available since 3.5
Show: