DbSet Class

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

Reference

Descendants

None

 

Methods

Description

getRecord

Returns the current record.

isEmpty

Indicates whether the result set contains data.

next

Positions the cursor at the next row of the DbSet.