Function 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))

Prototype

inout inout(std.variant.VariantN!(32L)) opIndex(
  ulong i
);

Parameters

NameDescription
i the zero based index of the column whose value is required.

Returns

A Variant holding the column value.

Authors

Copyright

License