Operations APIs

Mobile business object operations are performed on an MBO instance. Operations in the model that are marked as create, update, or delete (CUD) operations create instances (non-static) of operations in the generated client-side objects.

Any parameters in the create, update, or delete operation that are mapped to the object’s attributes are handled internally by the Client Object API, and are not exposed. Any parameters not mapped to the object’s attributes are left as parameters in the Generated Object API.

Note: If the Sybase Unwired Platform object model defines one instance of a create operation and one instance of an update operation, and all operation parameters are mapped to the object’s attributes, then a Save method can be automatically generated which, when called internally, determines whether to insert or update data to the local client-side database. In other situations, where there are multiple instances of create or update operations, it is not possible to automatically generate such a Save method.
Related concepts
Connection APIs
Synchronization APIs
Related tasks
Installing X.509 Certificates on Windows Mobile Devices and Emulators
Related reference
Query APIs
Local Business Object
Personalization APIs
Object State APIs
Security APIs
Utility APIs
Single Sign-On With X.509 Certificate Related Object API
Exceptions
MetaData and Object Manager API
Replication-Based Synchronization APIs