Hook to perform additional tasks before removing the object instance representation from the database.

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

Syntax

C#
protected internal virtual void BeforeDelete(
	IDictionary adapter
)

Parameters

adapter
IDictionary

[Missing <param> documentation for "adapter"]

See Also