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

DbSelectSqlGenerator..::..GenerateNestedQuery Method

Generates the nested query. Override if this method is not compatible with your database platform.

Namespace:  RingSoft.DbLookup.DataProcessor.SelectSqlGenerator
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


protected virtual string GenerateNestedQuery(
	SelectQuery query,
	SelectQuery nestedQuery
)
Protected Overridable Function GenerateNestedQuery ( _
	query As SelectQuery, _
	nestedQuery As SelectQuery _
) As String
protected:
virtual String^ GenerateNestedQuery(
	SelectQuery^ query, 
	SelectQuery^ nestedQuery
)

Parameters

query
Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The QueryBuilder.Query object containing all the data for the SQL statement.
nestedQuery
Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The QueryBuilder.Query object containing all the data for the nested SQL statement.

Return Value

System.String.