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