Builds the SQL with some additional columns and conditions which can be passed in parameters
Namespace: Korzh.EasyQuery.DbAssembly: Korzh.EasyQuery.Db.NET40 (in Korzh.EasyQuery.Db.NET40.dll) Version: 3.7.1.37
Syntax
Parameters
- extraColumns
- Type:
System String
The addtional columns which will be placed in SELECT clause of result SQL. All columns should be listed exactly as they will appear in result SQL (e.g. "Customer.FirstName") and separated by comma.
- extraConditions
- Type:
System String
The addtional conditions which will be placed in WHERE clause of result SQL. All conditions should be listed exactly as they will appear in result SQL.For example: Order.Paid=true AND Order.Freight > 1000
Return Value
Type:
[Missing <returns> documentation for "M:Korzh.EasyQuery.Db.SqlQueryBuilder.BuildSQLEx(System.String,System.String)"]
See Also