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.
    Note that submitPendingOperations APIs are expensive. Sybase recommends using the submitPending API with the MBO instance whenever possible.
  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.