Click or drag to resize

QdbTableExpWriterAdd 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: SystemInt64
The index of the table you want to modify
timestamp
Type: SystemDateTime
The timestamp of the row
values
Type: SystemObject
The values for each column in the row
See Also