Click or drag to resize

QdbIntegerGet Method

Gets 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 Get()

Return Value

Type: Int64
The 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