Simplify retrieval of a column value by index.
To check for null, use Variant's .type property: row[index].type == typeid(typeof(null))
A Variant holding the column value.
See Implementation
Simplify retrieval of a column value by index.
To check for null, use Variant's .type property: row[index].type == typeid(typeof(null))