SqlUpdate.Where method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Adds a condition to WHERE clause of the query.

public SqlUpdate Where(string condition)
parameter description
condition Condition.

Return Value

SqlUpdate object itself.

See Also


SqlUpdate.Where method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Adds conditions to WHERE clause of the query.

public SqlUpdate Where(params string[] conditions)
parameter description
conditions Condition.

Return Value

SqlUpdate object itself.

See Also