Click or drag to resize

QdbRowItem Property (String)

Gets the result value at the column with the specified name.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public QdbCell this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the column

Property Value

Type: QdbCell
Exceptions
ExceptionCondition
QdbColumnNotFoundExceptionIf a column with the given name is not found.
See Also