Row.opIndex

Simplify retrieval of a column value by index.

To check for null, use Variant's type property: row[index].type == typeid(typeof(null))

More...
struct Row
inout
inout(Variant)
opIndex
(
size_t i
)

Return Value

Type: inout(Variant)

A Variant holding the column value.

Detailed Description

Type Mappings

$(TYPE_MAPPINGS)

Meta