Deletes all entities of the specified type (and their inheritors)

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

Syntax

C#
public static void DeleteAll(
	Type type
)

Parameters

type
Type
The type.

See Also