SqlBuilder.WHERE Method
Sets WHERE as the next clause, to be used by subsequent calls to clause continuation methods, such as _If(Boolean, ConditionalStringHandler).
Namespace: DbExtensions
Assembly: DbExtensions.dll
Overloads
Name | Description |
---|---|
WHERE() | Sets WHERE as the next clause, to be used by subsequent calls to clause continuation methods, such as _If(Boolean, ConditionalStringHandler). |
WHERE(SqlBuilder.ClauseStringHandler<WHERE>) | Appends the WHERE clause using the provided interpolated string handler. |
WHERE(String) | Appends the WHERE clause using the provided text. |
Syntax
public SqlBuilder WHERE()
Return Value
SqlBuilder
A reference to this instance after the operation has completed.