CommitFailureHandler.MarkTransactionForPruning(TransactionRow) Method

Definition

Adds the specified transaction to the list of transactions that can be removed from the database

protected virtual void MarkTransactionForPruning (System.Data.Entity.Infrastructure.TransactionRow transaction);
abstract member MarkTransactionForPruning : System.Data.Entity.Infrastructure.TransactionRow -> unit
override this.MarkTransactionForPruning : System.Data.Entity.Infrastructure.TransactionRow -> unit
Protected Overridable Sub MarkTransactionForPruning (transaction As TransactionRow)

Parameters

transaction
TransactionRow

The transaction to be removed from the database.

Applies to