Click or drag to resize

QdbTableCreate Method (QdbColumnDefinition)

Creates the time-series.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public void Create(
	params QdbColumnDefinition[] columnDefinitions
)

Parameters

columnDefinitions
Type: Quasardb.TimeSeriesQdbColumnDefinition
The description of the columns
Exceptions
ExceptionCondition
QdbAliasAlreadyExistsExceptionIf the time-series already exists.
QdbIncompatibleTypeExceptionIf the alias matches with an entry of another type.
See Also