Skip to main content

sqlquerybuilderextensions-class

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

public static class Korzh.EasyQuery.Db.SqlQueryBuilderExtensions

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
ExtractUsedTables(this EqExpression expr, TableList tables)voidAdd the tables used in this expression into the list.
GetSqlExpr(this [EqExpression](/korzh-easyquery-namespace/eqexpression-class) expr, [SqlFormats](/korzh-easyquery-db-namespace/sqlformats-class) formats, [SqlExtras](/korzh-easyquery-db-namespace/sqlextras-class) extras = null)stringGets the SQL expression of the Korzh.EasyQuery.EqExpression object.