Abstract superclass for the table and view objects.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public abstract class TableBase : SchemaObject |
Visual Basic (Declaration) |
---|
Public MustInherit Class TableBase _ Inherits SchemaObject |
Visual C++ |
---|
public ref class TableBase abstract : public SchemaObject |
Inheritance Hierarchy
System..::.Object
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.SchemaObject
PerpetuumSoft.DataModel.MsSql..::.TableBase
PerpetuumSoft.DataModel.MsSql..::.Table
PerpetuumSoft.DataModel.MsSql..::.View
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.SchemaObject
PerpetuumSoft.DataModel.MsSql..::.TableBase
PerpetuumSoft.DataModel.MsSql..::.Table
PerpetuumSoft.DataModel.MsSql..::.View