 | QdbBlobColumn.InsertTruncate Method (IEnumerable<QdbTimeInterval>, QdbBlobPointCollection) |
Inserts one or more points in the table and erases given
ranges in the same transaction
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void InsertTruncate(
IEnumerable<QdbTimeInterval> intervals,
QdbBlobPointCollection points
)
Public Sub InsertTruncate (
intervals As IEnumerable(Of QdbTimeInterval),
points As QdbBlobPointCollection
)
Parameters
- intervals
- Type: System.Collections.Generic.IEnumerable<QdbTimeInterval>
The time intervals to erase - points
- Type: Quasardb.TimeSeries.QdbBlobPointCollection
The points to insert
See Also