Gets or sets the size of the batch, this can change dynamically by
calling the session's SetBatchSize.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
int BatchSize { get; set; } |
| Visual Basic |
|---|
Property BatchSize As Integer Get Set |
| Visual C++ |
|---|
property int BatchSize { int get (); void set (int value); } |