AnnotatableExtensions.AnnotationsToDebugString(IAnnotatable, Int32) メソッド

定義

オブジェクトで宣言されているすべての注釈のデバッグ文字列を取得します。

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

各行の前に使用するインデントスペースの数。

戻り値

すべての注釈の文字列表現をデバッグします。

適用対象