Enumeration of all entity sets in this store model.

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

Syntax

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

See Also