MappedEntityDomainManager<TData, TModel>::GetOriginalValue Method (DbUpdateConcurrencyException^)
Gets the original value of an entity in case an update or replace operation resulted in an DbUpdateConcurrencyException. The original value extracted from the exception will get returned to the client so that it can merge the data and possibly try the operation again.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
Parameters
- conflict
-
Type:
System.Data.Entity.Infrastructure::DbUpdateConcurrencyException^
The DbUpdateConcurrencyException thrown by the update or replace operation.
Show: