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