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

SelectQuery..::..NestedQuery Property

Gets the nested query.

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

Syntax


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

Field Value

The nested query.