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

SelectQuery..::..BaseTable Property

Gets the base table object attached to this query.

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

Syntax


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

Field Value

The base table. that is appears after the FROM keyword in a SQL statement.