The top-level base type for this entity; the entity type highest up in the inheritance chain.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public ModelEntityType TopLevelBaseType { get; } |
Visual Basic |
---|
Public ReadOnly Property TopLevelBaseType As ModelEntityType Get |
Visual C++ |
---|
public: property ModelEntityType^ TopLevelBaseType { ModelEntityType^ get (); } |