Database Classes

Submit pending operations for all entities in the package or synchronization group, cancel all pending operations that have not been submitted to the server, and check if there are pending oprations for all entities in the package.

  1. To submit pending operations for all pending entities in the package, invoke the generated database's submitPendingOperations method.
  2. To submit pending operations for all pending entities in the specified synchronization group, invoke the generated database's submitPendingOperations (string synchronizationGroup) method.
  3. To cancel all pending operations that have not been submitted to the server, invoke the generated database's cancelPendingOperations method.
  4. To check if there are pending operations for all entities in the package, invoke the generated database's hasPendingOperations method.