Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Commits a transaction.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub CommitTransactionCore
protected virtual void CommitTransactionCore()
protected:
virtual void CommitTransactionCore()
abstract CommitTransactionCore : unit -> unit
override CommitTransactionCore : unit -> unit
protected function CommitTransactionCore()
Remarks
Throws a DataException exception if there is no transaction in process.
.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.