Term: #OptimisticConcurrencyBasics
1 found
What is Optimistic concurrency control?
The optimistic concurrency feature allows your applications to check if a table record has been altered on the server during the period between when your application initially fetched the record and when it attempts to modify or remove that record.