Simply creates the query and then call its List()() method.

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

Syntax

C#
protected virtual Object InternalExecute(
	ISession session
)

Parameters

session
ISession
The NHibernate's ISession

See Also