SqlDelete.Where method (1 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Data
Adds a new condition to the WHERE part of the query with an "AND" between.
public SqlDelete Where(string condition)
| parameter | description |
|---|---|
| condition | Condition. |
Return Value
SqlDelete object itself.
See Also
- class SqlDelete
SqlDelete.Where method (2 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Data
Adds new conditions to the WHERE part of the query with an "AND" between.
public SqlDelete Where(params string[] conditions)
| parameter | description |
|---|---|
| conditions | Conditions. |
Return Value
SqlDelete object itself.
See Also
- class SqlDelete