I would like to know how to get the row count of a SqlCeResultSet when
using the SetRange - Option. If said option is not used, I just issue
a second Command.ExecuteScalar with "SELECT COUNT(*) FROM 'table'" (+
where clause if neccessary, and with Text / TableDirect depending on
that). But how can I get the row count when using TableDirect and
SetRange?