SqlQueryBuilderExtensions class
Contains several extension method used in SqlQueryBulder (and, possibly, other query builders as well)
public static class Korzh.EasyQuery.Db.SqlQueryBuilderExtensionsPackage: Korzh.EasyQuery.Db (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Db.dll
Static Methods
Section titled “Static Methods”| Name | Type | Description |
|---|---|---|
| CollectUsedTables(this Condition condition, TableList usedTables) | void | Collects the tables used by this condition and adds them to the list passed in usedTables parameter |
| GetSqlExpr(this EqExpression expr, SqlFormats formats, SqlExtras extras = null) | string | Gets the SQL expression of the Korzh.EasyQuery.EqExpression object. |
| GetUsedTables(this EqExpression expr, TableList tables) | void | Add the tables used in this expression into the list. |