 | QdbRowItem Property (String) |
Gets the result value at the column with the specified name.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic 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:
QdbCell
Exceptions
See Also