Share via


Transaction.Rollback Method

Definition

Abort the transaction - rollback all the changes that have been made so far in this transaction.

public:
 void Rollback();
public void Rollback ();
member this.Rollback : unit -> unit
Public Sub Rollback ()

Applies to