Transaction.Rollback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()