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.Queries
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
protected override IEnumerable InternalEnumerate(
	ISession session
)

Parameters

session
ISession
The NHibernate's ISession

Return Value

See Also