| 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
)
Public Function Add (
addend As Long
) As IQdbFuture(Of Long)
Parameters
- addend
- Type: SystemInt64
The value to add
Return Value
Type:
IQdbFutureInt64A future that will contain the result of the operation after the batch is run.
See Also