SqlBuilder.WHERE Method

Sets WHERE as the next clause, to be used by subsequent calls to clause continuation methods, such as _(String, Object[]) and _If(Boolean, String, Object[]).

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder WHERE()

Return Value

Type: SqlBuilder
A reference to this instance after the operation has completed.

See Also

Reference

SqlBuilder Class
DbExtensions Namespace

© Max Toro Q.