Transaction.Commit Method
Commits the transaction.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaración
Public Sub Commit
public void Commit()
public:
void Commit()
member Commit : unit -> unit
public function Commit()
Remarks
Committing the transaction persists all the changes that were made during the transaction, performs rules that were triggered during the transaction, and notifies event listeners that the transaction has committed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.