InMemoryEventId Enum

Definition

Values that are used as the eventId when logging messages from the in-memory database provider via ILogger.

public enum InMemoryEventId
type InMemoryEventId = 
Public Enum InMemoryEventId
Inheritance
InMemoryEventId

Fields

SavedChanges 1

Changes were saved to the database.

TransactionIgnoredWarning 2

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

Applies to