 | 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)
Syntaxpublic void Add(
long table_index,
DateTime timestamp,
Object[] values
)
Public Sub Add (
table_index As Long,
timestamp As DateTime,
values As Object()
)
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