Deletes all entities of specified type that match the HQL where clause

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public static void DeleteAll(
	Type type,
	string where
)

Parameters

type
Type
The type.
where
String
The where.

See Also