Click or drag to resize

QdbIntegerAdd Method

Modifies the value of the integer in the database.

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

Parameters

addend
Type: SystemInt64
The value to add.

Return Value

Type: Int64
The new value of the integer in the database.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe integer doesn't exist in the database.
QdbIncompatibleTypeExceptionThe entry in the database is not an integer.
See Also