DataSource.RollbackTransaction Method

System.Data.Generic

DataSourceRollbackTransaction Method

Note: This API is now obsolete.

Rolls back a transaction from the specified context.

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
[ObsoleteAttribute("Please use Rollback() method on the TransactionContext")]
public void RollbackTransaction(
	TransactionContext context
)
<ObsoleteAttribute("Please use Rollback() method on the TransactionContext")>
Public Sub RollbackTransaction ( 
	context As TransactionContext
)
public:
[ObsoleteAttribute(L"Please use Rollback() method on the TransactionContext")]
void RollbackTransaction(
	TransactionContext^ context
)
[<ObsoleteAttribute("Please use Rollback() method on the TransactionContext")>]
member RollbackTransaction : 
        context : TransactionContext -> unit 

Parameters

context
Type: System.Data.GenericTransactionContext
Context of the transaction.
Remarks