DbSelectSqlGenerator..::..GenerateNestedQuery Method
Generates the nested query. Override if this method is not compatible with your database platform.
Namespace:
RingSoft.DbLookup.DataProcessor.SelectSqlGeneratorAssembly: 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.