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
protected virtual void RollbackTransactionCore()
protected:
virtual void RollbackTransactionCore()
abstract RollbackTransactionCore : unit -> unit  
override RollbackTransactionCore : unit -> unit
protected function RollbackTransactionCore()

Remarks

An integer value indicating the new current transaction level.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace