Allow custom executions using the NHibernate's ISession.

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

Syntax

C#
public delegate Object NHibernateDelegate(
	ISession session,
	Object instance
)

Parameters

session
ISession
instance
Object

See Also