RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

WhereItem..::..Table Property

Gets the table object this Where Item is attached to.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public QueryTable Table { get; set; }
Public Property Table As QueryTable
	Get
	Set
public:
property QueryTable^ Table {
	QueryTable^ get ();
	void set (QueryTable^ value);
}

Field Value

The table.