Database Row object

A Database Row is a principal item that represents a single row in a database.

Usage

Use a Database Row object to perform tasks, such as the following:

  • Access a collection of the cells in a row.

  • Delete a row from a Database.

  • Update the server to reflect changes to the cells in a row or tell the server to cancel all changes to a row.

Note that changing the data in a Database Cell modifies only the memory associated with the Cell on the machine. The changes are not updated to the server until you update the Database Row that contains the Cell.

Home

Implements
IERUAccessControl

IERUContainer

IERUItem

IERUPrincipalItem

IERUDBRow

IERUDBTopic


See also
Using Databases