Click or drag to resize

QdbBatchIntegerAdd Method

Adds a "Add" operation to the batch: "Atomically adds the given value to the current value."

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public IQdbFuture<long> Add(
	long addend
)

Parameters

addend
Type: SystemInt64
The value to add

Return Value

Type: IQdbFutureInt64
A future that will contain the result of the operation after the batch is run.
See Also