CommitFailureHandler.MarkTransactionForPruning Method (TransactionRow)

 

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

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual void MarkTransactionForPruning(
	TransactionRow transaction
)

Parameters

transaction
Type: System.Data.Entity.Infrastructure.TransactionRow

The transaction to be removed from the database.