Click or drag to resize

QdbInt64ColumnDefinition Class

Describes a time-series column that contains int64 point values.
Inheritance Hierarchy

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbInt64ColumnDefinition : QdbColumnDefinition

The QdbInt64ColumnDefinition type exposes the following members.

Constructors
  NameDescription
Public methodQdbInt64ColumnDefinition
Creates a column description with the specified name.
Top
Properties
  NameDescription
Public propertyName
The name of the new column
(Inherited from QdbColumnDefinition.)
Top
See Also