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

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

Syntax

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

See Also