Manipulating Data

Create, update, and delete instances of generated MBO classes.

You can create a new instance of a generated MBO class, fill in the attributes, and call the Create method for that MBO instance.

You can modify an object loaded from the database by calling the Update method for that MBO instance.

You can load an MBO from the database and call the Delete method for that instance.

Related reference
Persistence APIs