Overload List
| Name | Description | |
|---|---|---|
| DeleteAll(Type) |
Deletes all entities of the specified type (and their inheritors)
| |
| DeleteAll(Type, IEnumerable) |
Deletes all targetType objects, based on the primary keys
supplied on pkValues.
| |
| DeleteAll(Type, String) |
Deletes all entities of specified type that match the HQL where clause
|