The AbstractBatcher type exposes the following members.

Constructors

  NameDescription
Protected methodAbstractBatcher
Initializes a new instance of the AbstractBatcher class.

Methods

  NameDescription
Public methodAbortBatch
Public methodAddToBatch
Adds the expected row count into the batch.
Public methodCancelLastQuery
Protected methodCheckReaders
Ensures that the Driver's rules for Multiple Open DataReaders are being followed.
Public methodCloseCommand
Public methodCloseCommands
Public methodCloseReader
Protected methodConvert
Public methodDispose()()()()
Takes care of freeing the managed and unmanaged resources that this class is responsible for.
Protected methodDispose(Boolean)
Takes care of freeing the managed and unmanaged resources that this class is responsible for.
Protected methodDoExecuteBatch
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteBatch
Protected methodExecuteBatchWithTiming
Public methodExecuteNonQuery
Public methodExecuteReader
Public methodExpandQueryParameters
Protected methodFinalize
Finalizer that ensures the object is correctly disposed of.
(Overrides Object..::..Finalize()()()().)
Public methodGenerate
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetSQL
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLogCommand
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPreparedCommand
Protected methodPrepare
Prepares the IDbCommand for execution in the database.
Public methodPrepareBatchCommand
Public methodPrepareCommand
Public methodPrepareQueryCommand
Public methodRemoveUnusedCommandParameters
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Fields

  NameDescription
Protected fieldStatic memberlog

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