Skip to content

SqlQueryBuilderExtensions class

Contains several extension method used in SqlQueryBulder (and, possibly, other query builders as well)

public static class Korzh.EasyQuery.Db.SqlQueryBuilderExtensions
TypeNameDescription
voidCollectUsedTables(this Condition condition, TableList usedTables)Collects the tables used by this condition and adds them to the list passed in usedTables parameter
StringGetSqlExpr(this EqExpression expr, DbQueryFormats formats, SqlExtras extras = null)Gets the SQL expression of the Korzh.EasyQuery.EqExpression object.
voidGetUsedTables(this EqExpression expr, TableList tables)Add the tables used in this expression into the list.