Transaction.Commit Method
Commits the transaction.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Sub Commit
'Usage
Dim instance As Transaction
instance.Commit()
public void Commit()
public:
void Commit()
public function Commit()
Remarks
Committing the transaction persists all the changes that were made during the transaction and notifies 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.