Function SafeResultRange.rowCount
Get the number of rows retrieved so far.
ulong rowCount() pure nothrow @property @safe const;
Note that this is not neccessarlly the same as the length of the range.
Get the number of rows retrieved so far.
ulong rowCount() pure nothrow @property @safe const;
Note that this is not neccessarlly the same as the length of the range.