InMemoryEventId Class

Definition

Event IDs for in-memory events that correspond to messages logged to an ILogger and events sent to a DiagnosticSource.

public static class InMemoryEventId
type InMemoryEventId = class
Public Class InMemoryEventId
Inheritance
InMemoryEventId

Remarks

These IDs are also used with WarningsConfigurationBuilder to configure the behavior of warnings.

See Logging, events, and diagnostics, and The EF Core in-memory database provider for more information and examples.

Fields

ChangesSaved

Changes were saved to the database.

TransactionIgnoredWarning

A transaction operation was requested, but ignored because in-memory does not support transactions.

Applies to