SqlUpdate.Where method
Adds a condition to WHERE clause of the query.
public SqlUpdate Where(string condition)
| parameter | description |
|---|---|
| condition | Condition. |
Return Value
SqlUpdate object itself.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | condition is null or empty. |
See Also
- class SqlUpdate