The DbSet class provides access to the subset of Record objects resulting from a database selection operation using the method Db.selectDbSet. The DbSet class provides methods similar to the ResultSet class to access the matching Records.
The following syntax declares type DbSet object:
type DbSet ds = Db.selectDbSet(...)
Ancestor |
|
Descendants |
None |
Methods |
Description |
Returns the current record. | |
Indicates whether the result set contains data. | |
Positions the cursor at the next row of the DbSet. |