Enumerates over the result of the query. Note: Only use if you expect most of your values to already exist in the second level cache!

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

Syntax

C#
IEnumerable Enumerate(
	ISession session
)

Parameters

session
ISession

[Missing <param> documentation for "session"]

See Also