AdoDotNetConnectionSupport.RollbackTransactionCore Method
Rolls back, or voids, a transaction and returns the new current transaction level.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub RollbackTransactionCore
'Usage
Me.RollbackTransactionCore()
protected virtual void RollbackTransactionCore()
protected:
virtual void RollbackTransactionCore()
protected function RollbackTransactionCore()
Remarks
An integer value indicating the new current transaction level.
.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.
See Also
Reference
AdoDotNetConnectionSupport Class