InMemoryEventId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework