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