Deletes all T objects, based on the primary keys supplied on pkValues.

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

Syntax

C#
public static int DeleteAll(
	IEnumerable pkValues
)

Parameters

pkValues
IEnumerable

[Missing <param> documentation for "pkValues"]

Return Value

The number of objects deleted

See Also