Click or drag to resize

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
)

Parameters

batch
Type: QuasardbQdbBatch
The collection of operation to execute.
See Also