Поделиться через


CommitFailureHandler.MarkTransactionForPruning(TransactionRow) Метод

Определение

Добавляет указанную транзакцию в список транзакций, которые можно удалить из базы данных.

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)

Параметры

transaction
TransactionRow

Транзакция, удаляемая из базы данных.

Применяется к