Share via


AnnotatableExtensions.AnnotationsToDebugString(IAnnotatable, Int32) Metoda

Definice

Získá ladicí řetězec pro všechny poznámky deklarované v objektu.

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

Parametry

annotatable
IAnnotatable

Objekt pro získání poznámek k tisku v řetězci ladění.

indent
Int32

Počet mezer odsazení, které se mají použít před každým novým řádkem.

Návraty

Ladění řetězcové reprezentace všech poznámek.

Platí pro