rowSet
The ResultSet object of this query, lazy initialized after first access, obtained from the database by executing the generated SQL.
Note that the return type of this property is not a normal ResultSet, but a QueryRowSet instead. That's a special implementation provided by Ktorm, different from normal result sets, it is available offline and overrides the indexed access operator. More details can be found in the documentation of QueryRowSet.