WhereClauseBuilderExtensions extension
An extension on WhereClauseBuilder that provides a fluent API for
Methods
-
and(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause. -
closeBracket(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a grouping operator to the where clause. -
equalsNumber(
ColumnReferenceOperand columnReferenceOperand, num number) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause. -
equalsText(
ColumnReferenceOperand columnReferenceOperand, String text) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause. -
openBracket(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a grouping operator to the where clause. -
or(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause.