| QdbColumnErase Method (IEnumerableQdbTimeInterval) |
Erases all points in the specified ranges (left inclusive)
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public long Erase(
IEnumerable<QdbTimeInterval> intervals
)
Public Function Erase (
intervals As IEnumerable(Of QdbTimeInterval)
) As Long
Parameters
- intervals
- Type: System.Collections.GenericIEnumerableQdbTimeInterval
The time intervals to erase
Return Value
Type:
Int64The number of erased points
See Also