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

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

Static Methods

NameTypeDescription
CollectUsedTables(this Condition condition, TableList usedTables)voidCollects 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)stringGets the SQL expression of the Korzh.EasyQuery.EqExpression object.
GetUsedTables(this EqExpression expr, TableList tables)voidAdd the tables used in this expression into the list.