Does this load the rows into memory? db(db.person.id > 0).count()
If so, is there a DAL way to get a row count for a query without loading the rows? Thanks. Mike --
Does this load the rows into memory? db(db.person.id > 0).count()
If so, is there a DAL way to get a row count for a query without loading the rows? Thanks. Mike --