Click or drag to resize

QdbTimestampColumn.Points Method

Gets all the points in the table

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntax
public IEnumerable<QdbTimestampPoint> Points()

Return Value

Type: IEnumerable<QdbTimestampPoint>
All the points in the table
See Also