 | QdbInt64Column.InsertTruncate Method (QdbTimeInterval, DateTime, Nullable<Int64>) |
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.13.0.0 (3.13.0.0)
Syntaxpublic void InsertTruncate(
QdbTimeInterval interval,
DateTime time,
long? value
)
Public Sub InsertTruncate (
interval As QdbTimeInterval,
time As DateTime,
value As Long?
)
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<Int64>
The value of the point to insert
See Also