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

SelectQuery Constructor (String, SelectQuery)

Initializes a new instance of the SelectQuery class.

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

Syntax


public SelectQuery(
	string queryName,
	SelectQuery nestedQuery
)
Public Sub New ( _
	queryName As String, _
	nestedQuery As SelectQuery _
)
public:
SelectQuery(
	String^ queryName, 
	SelectQuery^ nestedQuery
)

Parameters

queryName
Type: String
The query name.
nestedQuery
Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The nested query.