DbApplyChangeFailedEventArgs::Context Property
Gets a DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Property Value
Type: Microsoft.Synchronization.Data::DbSyncContextA DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.
If an application must change data values during synchronization, use the DbSyncContext object that is available through the Context property, instead of the DbSyncConflict object. The DbSyncConflict object contains copies of the rows at each peer. Changes to these copies are not persisted at each peer during synchronization.
Show: