RelationalEventId.RolledBackToTransactionSavepoint Field

Definition

A database transaction has been rolled back to a savepoint.

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

Field Value

Remarks

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

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

Applies to