Click or drag to resize

QdbInteger.Put Method

Sets the value of the integer, fails if it already exists.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.5.0 (3.13.5.0)
Syntax
public void Put(
	long value,
	DateTime? expiryTime = null
)

Parameters

value
Type: System.Int64
The initial value of the new integer.
expiryTime (Optional)
Type: System.Nullable<DateTime>
The expiry time of the integer.
Exceptions
ExceptionCondition
QdbAliasAlreadyExistsExceptionThe entry already exists in the database./
See Also