DbChangesSelectedEventArgs::Transaction Property
Gets or sets an IDbTransaction object that contains the transaction within which changes to tables are selected.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property IDbTransaction^ Transaction { IDbTransaction^ get (); void set (IDbTransaction^ value); }
Property Value
Type: System.Data::IDbTransactionAn IDbTransaction object that contains the transaction within which changes to tables are selected.
To access a peer database over the same connection and within the same transaction that Sync Framework uses, use the transaction exposed by this property and the connection exposed by the Connection property.
Show: