 | QdbIntegerUpdate Method |
Sets the value of the integer, fails if it already exists.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic bool Update(
long value,
Nullable<DateTime> expiryTime = null
)
Public Function Update (
value As Long,
Optional expiryTime As Nullable(Of DateTime) = Nothing
) As Boolean
Parameters
- value
- Type: SystemInt64
The new value of the integer. - expiryTime (Optional)
- Type: SystemNullableDateTime
The expiry time of the integer.
Return Value
Type:
Booleantrue if the integer has been created, or
false if it has been replaced.
Exceptions
See Also