SqlCeClientSyncProvider::BeginTransaction Method
Called by the SyncAgent to begin a transaction. This allows the agent to commit a set of changes as an atomic unit.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Parameters
- syncSession
- Type: Microsoft.Synchronization.Data::SyncSession
A SyncSession object that contains metadata about the current synchronization session.
| Exception | Condition |
|---|---|
| DataSyncException | Another transaction is in progress. |
Show: