Click or drag to resize

QdbBatchColumnDefinition Constructor

Creates a batch column description with the specified name.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public QdbBatchColumnDefinition(
	string alias,
	string column
)

Parameters

alias
Type: SystemString
The name of the table
column
Type: SystemString
The name of the column
See Also