Function Row.isNULL
Checks if value is NULL
bool isNULL
(
const(ulong) col
) immutable;
Do not confuse it with Nullable's isNull method
Checks if value is NULL
bool isNULL
(
const(ulong) col
) immutable;
Do not confuse it with Nullable's isNull method