 | QdbBatch Class |
A collection of operation
Inheritance HierarchySystemObject
QuasardbQdbBatch
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic sealed class QdbBatch
Public NotInheritable Class QdbBatch
The QdbBatch type exposes the following members.
Constructors
| Name | Description |
---|
 | QdbBatch | Initializes a new instance of the QdbBatch class |
Top
Properties
| Name | Description |
---|
 | Size |
Gets the number of operation in the batch.
|
Top
Methods
| Name | Description |
---|
 | Blob |
Add blob operations to the batch.
|
 | Integer |
Add integer operations to the batch.
|
Top
See Also