The AbstractBatcher type exposes the following members.

Properties

  NameDescription
Public propertyBatchSize
Gets or sets the size of the batch, this can change dynamically by calling the session's SetBatchSize.
Protected propertyConnectionManager
Gets the ConnectionManager for this batcher.
Protected propertyCountOfStatementsInCurrentBatch
Protected propertyCurrentCommand
Gets the current IDbCommand that is contained for this Batch
Protected propertyDriver
Protected propertyFactory
Gets the ISessionFactoryImplementor the Batcher was created in.
Public propertyHasOpenResources

See Also