ServerConnection.RollBackTransaction Method

Definition

Aborts a transaction (all changes made will not be saved to the database). If CaptureMode is true, the transaction command will be added to the capture buffer. Exceptions: NotInTransactionException

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

Applies to