| QdbClusterRunBatch Method |
Executes the operations contained in the batch.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void RunBatch(
QdbBatch batch
)
Public Sub RunBatch (
batch As QdbBatch
)
Parameters
- batch
- Type: QuasardbQdbBatch
The collection of operation to execute.
See Also