Click or drag to resize

QdbRowCollection Class

A read-only collection of result rows.
Inheritance Hierarchy
SystemObject
  Quasardb.QueryQdbRowCollection

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbRowCollection : IEnumerable<QdbRow>, 
	IEnumerable

The QdbRowCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of result rows in the collection.
Public propertyItem
Gets the result row at the specified index.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also