Click or drag to resize

QdbTableExpWriter.Add Method (Int64, DateTime,Object[])

Append to a row.

Namespace:  Quasardb.TimeSeries.ExpWriter
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public void Add(
	long table_index,
	DateTime timestamp,
	Object[] values
)

Parameters

table_index
Type: System.Int64
The index of the table you want to modify
timestamp
Type: System.DateTime
The timestamp of the row
values
Type:System.Object[]
The values for each column in the row
See Also