Click or drag to resize

QdbBatch.Integer Method

Add integer operations to the batch.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntax
public QdbBatchInteger Integer(
	string alias
)

Parameters

alias
Type: System.String
The alias of the integer.

Return Value

Type: QdbBatchInteger
A handle to a virtual integer on with to perform the operation.
See Also