| QdbTableExpWriterAdd Method (Int32, DateTime, Object) |
Set a timestamp column.
Namespace:
Quasardb.TimeSeries.ExpWriter
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void Add(
int table_index,
DateTime timestamp,
Object[] values
)
Public Sub Add (
table_index As Integer,
timestamp As DateTime,
values As Object()
)
Parameters
- table_index
- Type: SystemInt32
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