Gets or sets TableBase.

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

Syntax

C#
public TableBase Table { get; set; }
Visual Basic (Declaration)
Public Property Table As TableBase
Visual C++
public:
property TableBase^ Table {
	TableBase^ get ();
	void set (TableBase^ value);
}

See Also