Click or drag to resize

QdbRow Class

A row of results.
Inheritance Hierarchy
SystemObject
  Quasardb.QueryQdbRow

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

The QdbRow type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also