System.Data.Generic
DataSourceCommitTransaction Method |
Note: This API is now obsolete.
Commits 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)

[ObsoleteAttribute("Please use Commit() method on the TransactionContext")] public void CommitTransaction( TransactionContext context )
<ObsoleteAttribute("Please use Commit() method on the TransactionContext")> Public Sub CommitTransaction ( context As TransactionContext )
public: [ObsoleteAttribute(L"Please use Commit() method on the TransactionContext")] void CommitTransaction( TransactionContext^ context )
[<ObsoleteAttribute("Please use Commit() method on the TransactionContext")>] member CommitTransaction : context : TransactionContext -> unit
Parameters
- context
- Type: System.Data.GenericTransactionContext
Context of the transaction.

