From NHibernate documentation: Specify a "batch size" for fetching instances of this class by identifier.

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

Syntax

C#
public int BatchSize{ get; set;}

See Also