RelationalEventId.CreatedTransactionSavepoint Field

Definition

A database transaction savepoint has been created.

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