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