Click or drag to resize

QdbBlobColumn.InsertTruncate Method (QdbTimeInterval, IEnumerable<QdbBlobPoint>)

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.9.9.0 (3.9.9.0)
Syntax
public void InsertTruncate(
	QdbTimeInterval interval,
	IEnumerable<QdbBlobPoint> points
)

Parameters

interval
Type: Quasardb.TimeSeries.QdbTimeInterval
The time interval to erase
points
Type: System.Collections.Generic.IEnumerable<QdbBlobPoint>
The points to insert
See Also