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