Click or drag to resize

QdbInt64ColumnPoints Method

Gets all the points in the table

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

Return Value

Type: IEnumerableQdbInt64Point
All the points in the table
See Also