The NonBatchingBatcher type exposes the following members.

Constructors

  NameDescription
Public methodNonBatchingBatcher
Initializes a new instance of the NonBatchingBatcher class.

Methods

  NameDescription
Public methodAbortBatch (Inherited from AbstractBatcher.)
Public methodAddToBatch
Executes the current IDbCommand and compares the row Count to the expectedRowCount.
(Overrides AbstractBatcher..::..AddToBatch(IExpectation).)
Public methodCancelLastQuery (Inherited from AbstractBatcher.)
Protected methodCheckReaders
Ensures that the Driver's rules for Multiple Open DataReaders are being followed.
(Inherited from AbstractBatcher.)
Public methodCloseCommand (Inherited from AbstractBatcher.)
Public methodCloseCommands (Inherited from AbstractBatcher.)
Public methodCloseReader (Inherited from AbstractBatcher.)
Protected methodConvert (Inherited from AbstractBatcher.)
Public methodDispose()()()()
Takes care of freeing the managed and unmanaged resources that this class is responsible for.
(Inherited from AbstractBatcher.)
Protected methodDispose(Boolean)
Takes care of freeing the managed and unmanaged resources that this class is responsible for.
(Inherited from AbstractBatcher.)
Protected methodDoExecuteBatch
This Batcher implementation does not support batching so this is a no-op call. The actual execution of the IDbCommand is run in the AddToBatch method.
(Overrides AbstractBatcher..::..DoExecuteBatch(IDbCommand).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteBatch
(Inherited from AbstractBatcher.)
Protected methodExecuteBatchWithTiming (Inherited from AbstractBatcher.)
Public methodExecuteNonQuery (Inherited from AbstractBatcher.)
Public methodExecuteReader (Inherited from AbstractBatcher.)
Public methodExpandQueryParameters (Inherited from AbstractBatcher.)
Protected methodFinalize
Finalizer that ensures the object is correctly disposed of.
(Inherited from AbstractBatcher.)
Public methodGenerate (Inherited from AbstractBatcher.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetSQL (Inherited from AbstractBatcher.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLogCommand (Inherited from AbstractBatcher.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPreparedCommand (Inherited from AbstractBatcher.)
Protected methodPrepare
Prepares the IDbCommand for execution in the database.
(Inherited from AbstractBatcher.)
Public methodPrepareBatchCommand (Inherited from AbstractBatcher.)
Public methodPrepareCommand (Inherited from AbstractBatcher.)
Public methodPrepareQueryCommand (Inherited from AbstractBatcher.)
Public methodRemoveUnusedCommandParameters (Inherited from AbstractBatcher.)
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.)

Properties

  NameDescription
Public propertyBatchSize (Overrides AbstractBatcher..::..BatchSize.)
Protected propertyConnectionManager
Gets the ConnectionManager for this batcher.
(Inherited from AbstractBatcher.)
Protected propertyCountOfStatementsInCurrentBatch (Overrides AbstractBatcher..::..CountOfStatementsInCurrentBatch.)
Protected propertyCurrentCommand
Gets the current IDbCommand that is contained for this Batch
(Inherited from AbstractBatcher.)
Protected propertyDriver (Inherited from AbstractBatcher.)
Protected propertyFactory
Gets the ISessionFactoryImplementor the Batcher was created in.
(Inherited from AbstractBatcher.)
Public propertyHasOpenResources (Inherited from AbstractBatcher.)

See Also