Function Row.isNull

Check if a column in the result row was NULL

Prototype

bool isNull(
  ulong i
) pure nothrow @property const;

Parameters

NameDescription
i The zero based column index.

Authors

Copyright

License