Click or drag to resize

QdbBulkReader Class

Reads time series data from QuasarDB in bulk.
Inheritance Hierarchy
SystemObject
  System.Runtime.ConstrainedExecutionCriticalFinalizerObject
    System.Runtime.InteropServicesSafeHandle
      Quasardb.TimeSeries.ReaderQdbBulkReader

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public sealed class QdbBulkReader : SafeHandle, 
	IEnumerable<QdbBulkRow>, IEnumerable

The QdbBulkReader type exposes the following members.

Properties
  NameDescription
Public propertyIsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
(Overrides SafeHandleIsInvalid.)
Public propertyrowsToGet
Gets or sets the index of the current row.
Top
Methods
  NameDescription
Public methodGetData
Retrieves the next chunk of rows from the reader.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also