Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property BatchSize As Integer
C#
int BatchSize { get; }
Visual C++
property int BatchSize {
	int get ();
}
JavaScript
function get_batchSize();

See Also