Enumeration of all association sets contained within the current conceptual model.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public IEnumerable<ModelAssociationSet> AssociationSets { get; }
Visual Basic
Public ReadOnly Property AssociationSets As IEnumerable(Of ModelAssociationSet)
	Get
Visual C++
public:
property IEnumerable<ModelAssociationSet^>^ AssociationSets {
	IEnumerable<ModelAssociationSet^>^ get ();
}

See Also