The AbstractBatcher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AbstractBatcher |
Initializes a new instance of the AbstractBatcher class.
|
Methods
Name | Description | |
---|---|---|
AbortBatch | ||
AddToBatch |
Adds the expected row count into the batch.
| |
CancelLastQuery | ||
CheckReaders |
Ensures that the Driver's rules for Multiple Open DataReaders are being followed.
| |
CloseCommand | ||
CloseCommands | ||
CloseReader | ||
Convert | ||
Dispose()()()() |
Takes care of freeing the managed and unmanaged resources that
this class is responsible for.
| |
Dispose(Boolean) |
Takes care of freeing the managed and unmanaged resources that
this class is responsible for.
| |
DoExecuteBatch | ||
Equals | (Inherited from Object.) | |
ExecuteBatch | ||
ExecuteBatchWithTiming | ||
ExecuteNonQuery | ||
ExecuteReader | ||
ExpandQueryParameters | ||
Finalize |
Finalizer that ensures the object is correctly disposed of.
(Overrides Object..::..Finalize()()()().) | |
Generate | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSQL | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LogCommand | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPreparedCommand | ||
Prepare |
Prepares the IDbCommand for execution in the database.
| |
PrepareBatchCommand | ||
PrepareCommand | ||
PrepareQueryCommand | ||
RemoveUnusedCommandParameters | ||
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.) |
Fields
Name | Description | |
---|---|---|
log |
Properties
Name | Description | |
---|---|---|
BatchSize |
Gets or sets the size of the batch, this can change dynamically by
calling the session's SetBatchSize.
| |
ConnectionManager |
Gets the ConnectionManager for this batcher.
| |
CountOfStatementsInCurrentBatch | ||
CurrentCommand |
Gets the current IDbCommand that is contained for this Batch
| |
Driver | ||
Factory |
Gets the ISessionFactoryImplementor the Batcher was
created in.
| |
HasOpenResources |