Transaction.Commit 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.
Commit the transaction - persist all the changes and notify listeners.
public:
void Commit();
public void Commit ();
member this.Commit : unit -> unit
Public Sub Commit ()