InMemoryEventId Enum
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.
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
Name | Value | Description |
---|---|---|
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework