Method AddWhereClause
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
AddWhereClause(Filter)
Adds or replaces the WHERE clause filter for this DELETE statement.
public void AddWhereClause(Filter whereClause)
Parameters
whereClauseFilterThe filter specifying which rows to delete.