Castle.ActiveRecord.ActiveRecordMediator.Execute C# (CSharp) Méthode

Execute() public static méthode

Invokes the specified delegate passing a valid NHibernate session. Used for custom NHibernate queries.
public static Execute ( Type targetType, NHibernateDelegate call, object instance ) : object
targetType System.Type The target ActiveRecordType
call NHibernateDelegate The delegate instance
instance object The ActiveRecord instance
Résultat object
		public static object Execute(Type targetType, NHibernateDelegate call, object instance)
		{
			return ActiveRecordBase.Execute(targetType, call, instance);
		}