Simply creates the query and then call its Enumerable()() method. Note: Only use when you expect most of the results to be in the second level cache

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

Syntax

C#
protected virtual IEnumerable InternalEnumerate(
	ISession session
)

Parameters

session
ISession
The NHibernate's ISession

See Also