IView.ITableBase.ToDebugString(MetadataDebugStringOptions, Int32) Method
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.
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.
override sealed string ITableBase.ToDebugString (Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions options, int indent);
abstract member Microsoft.EntityFrameworkCore.Metadata.ITableBase.ToDebugString : Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions * int -> string
override this.Microsoft.EntityFrameworkCore.Metadata.ITableBase.ToDebugString : Microsoft.EntityFrameworkCore.Infrastructure.MetadataDebugStringOptions * int -> string
Overrides NotOverridable Function ToDebugString (options As MetadataDebugStringOptions, indent As Integer) As String Implements ITableBase.ToDebugString
Parameters
- options
- MetadataDebugStringOptions
Options for generating the string.
- indent
- Int32
The number of indent spaces to use before each new line.
Returns
A human-readable representation.
Implements
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework