Click or drag to resize

QdbClusterInteger Method

Returns a QdbInteger attached to the specified alias.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbInteger Integer(
	string alias
)

Parameters

alias
Type: SystemString
The alias (i.e. key) of the integer in the database.

Return Value

Type: QdbInteger
An integer associated to the specified alias.
Remarks
No operation is performed in the database.
See Also