AnnotatableExtensions.AnnotationsToDebugString(IAnnotatable, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。
public static string AnnotationsToDebugString (this Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, int indent = 0);
static member AnnotationsToDebugString : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * int -> string
<Extension()>
Public Function AnnotationsToDebugString (annotatable As IAnnotatable, Optional indent As Integer = 0) As String
パラメーター
- annotatable
- IAnnotatable
デバッグ文字列で出力する注釈を取得する オブジェクト。
- indent
- Int32
各行の前に使用するインデントスペースの数。
戻り値
すべての注釈の文字列表現をデバッグします。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework