Store entity sets mapped in this EntitySetMapping

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

Syntax

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

See Also