Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackBefore
public sealed class SqlClientTransactionRollbackBefore : IReadOnlyList<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>
Contains diagnostic information emitted before a transaction rollback is rolled back.
Contains diagnostic information emitted before a transaction rollback is rolled back.
The connection object that the transaction belongs to.
Gets the number of elements in the collection.
The IsolationLevel of the transaction.
Gets the element at the specified index in the read-only list.
The name of the operation.
A guid value used to correlate before, after and error events.
The timestamp of the event.
A nullable long uniquely identifying the transaction that the command is enrolled in if it is enrolled in one, or null.
The name of the transaction which is being rolled back.
public SqlClientTransactionRollbackBefore()
Returns an enumerator that iterates through the collection.