Click or drag to resize

QdbTable.Create Method (QdbColumnDefinition[])

Creates the time-series.

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

Parameters

columnDefinitions
Type:Quasardb.TimeSeries.QdbColumnDefinition[]
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