Invokes the specified delegate passing a valid NHibernate session. Used for custom NHibernate queries.

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

Syntax

C#
protected internal virtual Object Execute(
	NHibernateDelegate call
)

Parameters

call
NHibernateDelegate
The delegate instance

Return Value

Whatever is returned by the delegate invocation

See Also