Click or drag to resize

QdbSymbolColumnCollection Class

A collection of columns contains symbol point values.
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeriesQdbSymbolColumnCollection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.0.0 (3.13.0.0)
Syntax
public class QdbSymbolColumnCollection : IEnumerable<QdbSymbolColumn>, 
	IEnumerable

The QdbSymbolColumnCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the column with the specified name. The symbol table is not fetched.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also