Enumeration of all entity types in the current storage model.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public IEnumerable<StoreEntityType> EntityTypes { get; } |
Visual Basic |
---|
Public ReadOnly Property EntityTypes As IEnumerable(Of StoreEntityType) Get |
Visual C++ |
---|
public: property IEnumerable<StoreEntityType^>^ EntityTypes { IEnumerable<StoreEntityType^>^ get (); } |