Overload List

NameDescription
Protected methodStatic memberDeleteAll(Type)
Deletes all rows for the specified ActiveRecord type
Protected methodStatic memberDeleteAll(Type, IEnumerable)
Deletes all targetType objects, based on the primary keys supplied on pkValues.
Protected methodStatic memberDeleteAll(Type, String)
Deletes all rows for the specified ActiveRecord type that matches the supplied HQL condition

See Also