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# |
|---|
public static Object Execute( NHibernateDelegate call, T instance ) |
Parameters
- call
- NHibernateDelegate
The delegate instance
- instance
- T
The ActiveRecord instance
Return Value
Whatever is returned by the delegate invocation
See Also
Castle.ActiveRecord Namespace