| QdbTimestampColumnCollectionItem Property |
Gets the columns with the specified name
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbTimestampColumn this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As QdbTimestampColumn
Get
Parameters
- name
- Type: SystemString
The name of the column
Property Value
Type:
QdbTimestampColumnSee Also