ServerConnection.RollBackTransaction 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.
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 ()