Click or drag to resize

QdbInt64Column.InsertTruncate Method (QdbTimeInterval,QdbInt64Point[])

Inserts one or more points in the table and erases the given range in the same transaction

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntax
public void InsertTruncate(
	QdbTimeInterval interval,
	params QdbInt64Point[] points
)

Parameters

interval
Type: Quasardb.TimeSeries.QdbTimeInterval
The time interval to erase
points
Type:Quasardb.TimeSeries.QdbInt64Point[]
The points to insert
See Also