Click or drag to resize

QdbTableReader Class

A local table used for reading from a table.
Inheritance Hierarchy

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

The QdbTableReader 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.)
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also