Enumeration returning all sub types inheriting directly or indirectly from this type.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public IEnumerable<ModelEntityType> SubTypes { get; } |
Visual Basic |
---|
Public ReadOnly Property SubTypes As IEnumerable(Of ModelEntityType) Get |
Visual C++ |
---|
public: property IEnumerable<ModelEntityType^>^ SubTypes { IEnumerable<ModelEntityType^>^ get (); } |