RelationalEventId.RollingBackToTransactionSavepoint Field

Definition

A database transaction is being rolled back to a savepoint.

public static readonly Microsoft.Extensions.Logging.EventId RollingBackToTransactionSavepoint;
 staticval mutable RollingBackToTransactionSavepoint : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly RollingBackToTransactionSavepoint 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