MetadataDebugStringOptions Enum
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
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. |
See Modeling entity types and relationships and EF Core debug views for more information and examples.
Produkt | Versionen |
---|---|
Entity Framework Core | 5.0, 6.0, 7.0, 8.0, 9.0 |
Feedback zu Entity Framework
Entity Framework ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: