Property WhereClause
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
WhereClause
Gets the WHERE clause filter that specifies which rows to update.
public Filter WhereClause { get; }
Property Value
- Filter
The filter, or null if no WHERE clause is set (which updates all rows).