ChangeTrackerDebugStringOptions 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.
Debug string customization options for tracked entities.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ChangeTrackerDebugStringOptions
[<System.Flags>]
type ChangeTrackerDebugStringOptions =
Public Enum ChangeTrackerDebugStringOptions
- Inheritance
-
ChangeTrackerDebugStringOptions
- Attributes
Fields
IncludeNavigations | 2 | Include navigation properties in debug string. |
IncludeProperties | 1 | Include non-navigation properties in debug string. |
LongDefault | 3 | Default settings for long debug string. |
ShortDefault | 0 | Default settings for short debug string. |
Remarks
See EF Core change tracking and EF Core debug views for more information and examples.
Applies to
Entity Framework