Click or drag to resize

QdbColumnNameCollection Class

A read-only collection of column names.
Inheritance Hierarchy
SystemObject
  Quasardb.QueryQdbColumnNameCollection

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

The QdbColumnNameCollection type exposes the following members.

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