ApplyingChangesEventArgs::Connection Property
Gets an IDbConnection object for the connection over which changes are applied during synchronization.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Property Value
Type: System.Data::IDbConnectionAn IDbConnection object that contains a connection to the client or server database.
Use the connection exposed by this property and the transaction exposed by the Transaction property to access a database over the same connection and within the same transaction that Sync Framework uses.
For an example of how to access a database over the same connection and within the same transaction that Sync Framework uses, see How to: Work with Events and Program Business Logic.
Show: