The NonBatchingBatcher type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NonBatchingBatcher |
Initializes a new instance of the NonBatchingBatcher class.
|
Methods
| Name | Description | |
|---|---|---|
| AbortBatch | (Inherited from AbstractBatcher.) | |
| AddToBatch |
Executes the current IDbCommand and compares the row Count
to the expectedRowCount.
(Overrides AbstractBatcher..::..AddToBatch(IExpectation).) | |
| CancelLastQuery | (Inherited from AbstractBatcher.) | |
| CheckReaders |
Ensures that the Driver's rules for Multiple Open DataReaders are being followed.
(Inherited from AbstractBatcher.) | |
| CloseCommand | (Inherited from AbstractBatcher.) | |
| CloseCommands | (Inherited from AbstractBatcher.) | |
| CloseReader | (Inherited from AbstractBatcher.) | |
| Convert | (Inherited from AbstractBatcher.) | |
| Dispose()()()() |
Takes care of freeing the managed and unmanaged resources that
this class is responsible for.
(Inherited from AbstractBatcher.) | |
| Dispose(Boolean) |
Takes care of freeing the managed and unmanaged resources that
this class is responsible for.
(Inherited from AbstractBatcher.) | |
| DoExecuteBatch |
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).) | |
| Equals | (Inherited from Object.) | |
| ExecuteBatch | (Inherited from AbstractBatcher.) | |
| ExecuteBatchWithTiming | (Inherited from AbstractBatcher.) | |
| ExecuteNonQuery | (Inherited from AbstractBatcher.) | |
| ExecuteReader | (Inherited from AbstractBatcher.) | |
| ExpandQueryParameters | (Inherited from AbstractBatcher.) | |
| Finalize |
Finalizer that ensures the object is correctly disposed of.
(Inherited from AbstractBatcher.) | |
| Generate | (Inherited from AbstractBatcher.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSQL | (Inherited from AbstractBatcher.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LogCommand | (Inherited from AbstractBatcher.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnPreparedCommand | (Inherited from AbstractBatcher.) | |
| Prepare |
Prepares the IDbCommand for execution in the database.
(Inherited from AbstractBatcher.) | |
| PrepareBatchCommand | (Inherited from AbstractBatcher.) | |
| PrepareCommand | (Inherited from AbstractBatcher.) | |
| PrepareQueryCommand | (Inherited from AbstractBatcher.) | |
| RemoveUnusedCommandParameters | (Inherited from AbstractBatcher.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
| IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsProxy | (Defined by NHibernateProxyHelper.) | |
| ToTypeParameters | (Defined by ReflectHelper.) |
Properties
| Name | Description | |
|---|---|---|
| BatchSize | (Overrides AbstractBatcher..::..BatchSize.) | |
| ConnectionManager |
Gets the ConnectionManager for this batcher.
(Inherited from AbstractBatcher.) | |
| CountOfStatementsInCurrentBatch | (Overrides AbstractBatcher..::..CountOfStatementsInCurrentBatch.) | |
| CurrentCommand |
Gets the current IDbCommand that is contained for this Batch
(Inherited from AbstractBatcher.) | |
| Driver | (Inherited from AbstractBatcher.) | |
| Factory |
Gets the ISessionFactoryImplementor the Batcher was
created in.
(Inherited from AbstractBatcher.) | |
| HasOpenResources | (Inherited from AbstractBatcher.) |