Click or drag to resize

QdbDoublePut Method

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

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

Parameters

value
Type: SystemDouble
The initial value of the new double.
expiryTime (Optional)
Type: SystemNullableDateTime
The expiry time of the double.
Exceptions
ExceptionCondition
QdbAliasAlreadyExistsExceptionThe entry already exists in the database.
See Also