RelationalEventId.StoredProcedureConcurrencyTokenNotMapped Field

Definition

An entity type is mapped to the stored procedure with a concurrency token not mapped to any original value parameter.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model.Validation category.

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

Applies to