 | QdbBlobColumn.Insert Method (QdbBlobPoint[]) |
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 QdbBlobPoint[] points
)
Public Sub Insert (
ParamArray points As QdbBlobPoint()
)
Parameters
- points
- Type:Quasardb.TimeSeries.QdbBlobPoint[]
The points to insert
See Also