Click or drag to resize

QdbInt64ColumnCollection Class

A collection of columns contains int64 point values.
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeriesQdbInt64ColumnCollection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbInt64ColumnCollection : IEnumerable<QdbInt64Column>, 
	IEnumerable

The QdbInt64ColumnCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the columns with the specified name
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also