The Db class contains the set of all records within the database.
Ancestor |
|
Descendants |
None |
Methods |
Description |
Returns the highest key value from the specified table. | |
Permanently removes one or more records from the database. | |
Permanently removes multiple records from a database. | |
Deprecated. Returns a literal string of data from a table. | |
Deprecated. Retrieves columns from a single record from the database without creating an object. | |
Instantiates an object of the appropriate Record class with a copy of a single record from the database. | |
Returns a Schema Table instance that describes the specified table. | |
Deprecated. Inserts a new record into the database. | |
Returns an indication of whether a record or table exists in the database. | |
Deprecated. Returns the next key value from the table. | |
Returns the highest key value +1 from the specified table. | |
Deprecated. Traverses a table in reverse collating order. | |
Deprecated. Returns the previous key value from the specified table. | |
Selects one or more records from a table based on the conditions specified in the WHERE clause. | |
Returns a DbSet instance that contains all records of a table that satisfy the condition specified in the WHERE clause. The DbSet object can then be used as a type Record object. | |
Updates one or more records of a table. |