Overload List
| Name | Description | |
|---|---|---|
| DeleteAll()() |
Deletes all rows for the specified ActiveRecord type
| |
| DeleteAll(IEnumerable) |
Deletes all T objects, based on the primary keys
supplied on pkValues.
| |
| DeleteAll(String) |
Deletes all rows for the specified ActiveRecord type that matches
the supplied HQL condition
|