AssociationSet::AssociationSetEnds Property

 

Gets the ends of this AssociationSet.

Namespace:   System.Data.Metadata.Edm
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
Return to top
Show: