FunctionMappingExtensions.ToDebugString Method
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.
Creates a human-readable representation of the given metadata.
Warning: Do not rely on the format of the returned string. It is designed for debugging only and may change arbitrarily between releases.
public static string ToDebugString (this Microsoft.EntityFrameworkCore.Metadata.IFunctionMapping functionMapping, Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions options, int indent = 0);
static member ToDebugString : Microsoft.EntityFrameworkCore.Metadata.IFunctionMapping * Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions * int -> string
<Extension()>
Public Function ToDebugString (functionMapping As IFunctionMapping, options As MetadataDebugStringOptions, Optional indent As Integer = 0) As String
- functionMapping
- IFunctionMapping
The metadata item.
- options
- MetadataDebugStringOptions
Options for generating the string.
- indent
- Int32
The number of indent spaces to use before each new line.
A human-readable representation.
Produkt | Versioner |
---|---|
Entity Framework Core | 5.0 |
Feedback om Entity Framework
Entity Framework är ett öppen källkod projekt. Välj en länk för att ge feedback: