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.9.9.0 (3.9.9.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
Top
See Also