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

QueryTable..::..Query Property

Gets the base query object that this table is assigned to.

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

Syntax


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

Field Value

The base query object that this table is assigned to..