Represents a table in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class Table : TableBase
Visual Basic (Declaration)
Public NotInheritable Class Table _
	Inherits TableBase
Visual C++
public ref class Table sealed : public TableBase

Inheritance Hierarchy

See Also