RelationalEventId.AmbientTransactionWarning Field

Definition

An application may have expected an ambient transaction to be used when it was actually ignored.

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

Field Value

Remarks

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

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

Applies to