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