| QdbRowItem Property (String) |
Gets the result value at the column with the specified name.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbCell this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As QdbCell
Get
Parameters
- name
- Type: SystemString
The name of the column
Property Value
Type:
QdbCellExceptions See Also