 | QdbDoubleColumn.InsertTruncate Method (QdbTimeInterval, DateTime, Nullable<Double>) |
Inserts one point in the table and erases the given range in
the same transaction
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntaxpublic void InsertTruncate(
QdbTimeInterval interval,
DateTime time,
double? value
)
Public Sub InsertTruncate (
interval As QdbTimeInterval,
time As DateTime,
value As Double?
)
Parameters
- interval
- Type: Quasardb.TimeSeries.QdbTimeInterval
The time interval to erase - time
- Type: System.DateTime
The timestamp of the point to insert - value
- Type: System.Nullable<Double>
The value of the point to insert
See Also