Property HasWhereClause
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HasWhereClause
Gets whether this DELETE statement has a WHERE clause.
public bool HasWhereClause { get; }
Property Value
- bool
True if a WHERE clause is set; false if all rows will be deleted.