[Missing <summary> documentation for "P:PerpetuumSoft.DataModel.MsSql.TableTypeSql10.UnderlyingTable"]

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

Syntax

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

See Also