Deletes all entities of T 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(
	string where
)

Parameters

where
String

[Missing <param> documentation for "where"]

See Also