| QdbBatchColumnDefinition Constructor |
Creates a batch column description with the specified name.
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbBatchColumnDefinition(
string alias,
string column
)
Public Sub New (
alias As String,
column As String
)
Parameters
- alias
- Type: SystemString
The name of the table - column
- Type: SystemString
The name of the column
See Also