Gets the value of the column at the given column name assuming it is of
the given type. If the value is not of the given type, an exception will
be thrown.
Supported types:
- any string type (auto-converted from strings / varchar)
- ubyte[] for binary data
- short, int, long, float, double, bool
Gets the value of the column at the given column name assuming it is of the given type. If the value is not of the given type, an exception will be thrown.
Supported types: - any string type (auto-converted from strings / varchar) - ubyte[] for binary data - short, int, long, float, double, bool
For nullable values, use opt instead.