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