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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework