CommitFailureHandler.Transactions Property

Definition

The map between the store transactions and the transaction tracking objects

protected System.Collections.Generic.Dictionary<System.Data.Common.DbTransaction,System.Data.Entity.Infrastructure.TransactionRow> Transactions { get; }
member this.Transactions : System.Collections.Generic.Dictionary<System.Data.Common.DbTransaction, System.Data.Entity.Infrastructure.TransactionRow>
Protected ReadOnly Property Transactions As Dictionary(Of DbTransaction, TransactionRow)

Property Value

Applies to