Icon ApplyCachedUpdates Method

procedure ApplyCachedUpdates

Usage

Use the ApplyCachedUpdates method to begin the process of apply any inserts, updates, or deletes that were cached to the source table or query result set. If there are any errors during this process, you can use an OnCachedUpdateError event handler to handle the errors and reconcile them so that the application of the updates can complete successfully.

Information You should always wrap the ApplyCachedUpdates method with a transaction. This allows the application of the updates to either fail or succeed as a single atomic unit of work.
Image