The BatcherImpl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BatcherImpl |
Initializes a new instance of the BatcherImpl 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 | |
![]() | Convert | |
![]() | Dispose | Overloaded. |
![]() | DoExecuteBatch | |
![]() | Equals | (Inherited from Object.) |
![]() | ExecuteBatch | |
![]() | ExecuteNonQuery | |
![]() | ExecuteReader | |
![]() | Finalize |
Finalizer that ensures the object is correctly disposed of.
(Overrides Object..::.Finalize()()().) |
![]() | Generate | |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LogCommand | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Prepare |
Prepares the IDbCommand for execution in the database.
|
![]() | PrepareBatchCommand | |
![]() | PrepareCommand | |
![]() | PrepareQueryCommand | |
![]() | ToString | (Inherited from Object.) |
Fields
Properties
Name | Description | |
---|---|---|
![]() | ConnectionManager |
Gets the ConnectionManager for this batcher.
|
![]() | CurrentCommand |
Gets the current IDbCommand that is contained for this Batch
|
![]() | Factory |
Gets the ISessionFactoryImplementor the Batcher was
created in.
|
![]() | HasOpenResources |