Function SafeRow.isNull

Check if a column in the result row was NULL

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

Parameters

NameDescription
i The zero based column index.