DbApplyChangeFailedEventArgs.Transaction Property

Gets or sets an IDbTransaction object that contains the transaction within which changes to tables were tried.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property Transaction As IDbTransaction
'Usage
Dim instance As DbApplyChangeFailedEventArgs
Dim value As IDbTransaction

value = instance.Transaction
public IDbTransaction Transaction { get; }
public:
property IDbTransaction^ Transaction {
    IDbTransaction^ get ();
}
/** @property */
public IDbTransaction get_Transaction ()
public function get Transaction () : IDbTransaction

Property Value

An IDbTransaction object that contains the transaction within which changes to tables were tried.

Remarks

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.

See Also

Reference

DbApplyChangeFailedEventArgs Class
DbApplyChangeFailedEventArgs Members
Microsoft.Synchronization.Data Namespace