Gets TableBase which contains a column.

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

Syntax

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

See Also