共用方式為


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

每個新行之前要使用的縮排空格數目。

傳回

偵錯所有批註的字串表示。

適用於