RelationalEventId.TransactionDisposed Field

Definition

A database transaction has been disposed.

public static readonly Microsoft.Extensions.Logging.EventId TransactionDisposed;
 staticval mutable TransactionDisposed : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly TransactionDisposed As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Transaction category.

This event uses the TransactionEventData payload when used with a DiagnosticSource.

Applies to