Overload List

NameDescription
Public methodStatic memberDeleteAll(Type)
Deletes all entities of the specified type (and their inheritors)
Public methodStatic memberDeleteAll(Type, IEnumerable)
Deletes all targetType objects, based on the primary keys supplied on pkValues.
Public methodStatic memberDeleteAll(Type, String)
Deletes all entities of specified type that match the HQL where clause

See Also