Click or drag to resize

QdbBulkRow Structure

Represents a single row in a bulk-read operation from a QuasarDB time series table.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public struct QdbBulkRow : IEnumerable<QdbBulkCell>, 
	IEnumerable

The QdbBulkRow type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the cells in the row.
Top
See Also