| QdbTableReader Class |
A local table used for reading from a table.
Inheritance Hierarchy SystemObject
System.Runtime.ConstrainedExecutionCriticalFinalizerObject
System.Runtime.InteropServicesSafeHandle
Quasardb.TimeSeries.ReaderQdbTableReader
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
Public NotInheritable Class QdbTableReader
Inherits SafeHandle
Implements IEnumerable(Of QdbRow), IEnumerable
The QdbTableReader type exposes the following members.
Properties
| Name | Description |
---|
| IsInvalid | When overridden in a derived class, gets a value indicating whether the handle value is invalid. (Overrides SafeHandleIsInvalid.) |
TopMethods
| Name | Description |
---|
| GetEnumerator | Returns an enumerator that iterates through the collection. |
TopSee Also