 | QdbDoubleColumnInsert Method (QdbDoublePoint) |
Inserts one or more points in the table
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void Insert(
params QdbDoublePoint[] points
)
Public Sub Insert (
ParamArray points As QdbDoublePoint()
)
Parameters
- points
- Type: Quasardb.TimeSeriesQdbDoublePoint
The points to insert
See Also