Store entity sets mapped in this EntitySetMapping
Namespace: HuagatiEDMXToolsAssembly: 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 (); } |