ServerConnection.CommitTransaction 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.
Commits a transaction. If CaptureMode is true, the transaction command will be added to the capture buffer. Exceptions: NotInTransactionException
public void CommitTransaction ();
member this.CommitTransaction : unit -> unit
Public Sub CommitTransaction ()