Gets TableBase which contains this column.

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

Syntax

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

See Also