 | QdbBulkRowItem Property (String) |
Gets the cell by column name.
Namespace:
Quasardb.TimeSeries.Reader
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic QdbBulkCell this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As QdbBulkCell
Get
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
QdbBulkCellThe cell in the column with the specified name.
Exceptions
See Also