 | QdbDoubleColumn.InsertTruncate Method (IEnumerable<QdbTimeInterval>, IEnumerable<QdbDoublePoint>) |
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.15.0.0 (3.15.0.0)
Syntaxpublic void InsertTruncate(
IEnumerable<QdbTimeInterval> intervals,
IEnumerable<QdbDoublePoint> points
)
Public Sub InsertTruncate (
intervals As IEnumerable(Of QdbTimeInterval),
points As IEnumerable(Of QdbDoublePoint)
)
Parameters
- intervals
- Type: System.Collections.Generic.IEnumerable<QdbTimeInterval>
The time intervals to erase - points
- Type: System.Collections.Generic.IEnumerable<QdbDoublePoint>
The points to insert
See Also