CommitFailureHandler.MarkTransactionForPruning(TransactionRow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.