SqlUpdate.Where method (1 of 2)
namespace: Serenity.Data assembly: Serenity.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
- class SqlUpdate
SqlUpdate.Where method (2 of 2)
namespace: Serenity.Data assembly: Serenity.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
- class SqlUpdate