Click or drag to resize

QdbStringColumnDefinition Class

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

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

The QdbStringColumnDefinition type exposes the following members.

Constructors
  NameDescription
Public methodQdbStringColumnDefinition
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