Click or drag to resize

QdbTableWriter.SetInt64 Method (Int64, Nullable<Int64>)

Set a value in the current row in a column of integers.

Namespace:  Quasardb.TimeSeries.Writer
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntax
public void SetInt64(
	long index,
	long? value
)

Parameters

index
Type: System.Int64
The index to the column you want to modify
value
Type: System.Nullable<Int64>
The value of the point to insert
See Also