MetadataDebugStringOptions 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.
Options to print debug string differently for metadata objects.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum MetadataDebugStringOptions
[<System.Flags>]
type MetadataDebugStringOptions =
Public Enum MetadataDebugStringOptions
- Inheritance
-
MetadataDebugStringOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
ShortDefault | 0 | Default settings for short debug string. |
IncludeAnnotations | 1 | Include annotations in debug string. |
LongDefault | 1 | Default settings for long debug string. |
IncludePropertyIndexes | 2 | Include property indexes in debug string. |
SingleLine | 4 | Print debug string on single line only. |
SingleLineDefault | 4 | Default settings for single line debug string. |
Remarks
See Modeling entity types and relationships and EF Core debug views for more information and examples.
Applies to
Entity Framework