ISqlWhereBuilder.RemoveWhere Method
.NET Standard 2.x
Removes all of the search conditions that have been added to the WHERE clause.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| RemoveWhere() | Removes all of the search conditions that have been added to the WHERE clause. |
| RemoveWhere(string whereName) | Removes the search condition (specified by name) from the WHERE clause. |