Immediate base type for this type, if inheriting from other model entity type. Null if this type has no base type.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public ModelEntityType BaseType { get; private set; } |
Visual Basic |
---|
Public Property BaseType As ModelEntityType Get Private Set |
Visual C++ |
---|
public: property ModelEntityType^ BaseType { ModelEntityType^ get (); private: void set (ModelEntityType^ value); } |