Click or drag to resize

QdbTableExpWriterSetColumn Method (Int32, Int64, Object)

Set all values of a column at (table_index, column_index).

Namespace:  Quasardb.TimeSeries.ExpWriter
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public void SetColumn(
	int table_index,
	long column_index,
	Object values
)

Parameters

table_index
Type: SystemInt32
The index of the table you want to modify
column_index
Type: SystemInt64
The index of the column within the table
values
Type: SystemObject
The values to set
See Also