AnnotatableExtensions.AnnotationsToDebugString(IAnnotatable, Int32) Méthode

Définition

Obtient la chaîne de débogage pour toutes les annotations déclarées sur l’objet .

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

Paramètres

annotatable
IAnnotatable

Objet permettant d’obtenir les annotations à imprimer dans la chaîne de débogage.

indent
Int32

Nombre d’espaces de retrait à utiliser avant chaque nouvelle ligne.

Retours

Déboguer la représentation sous forme de chaîne de toutes les annotations.

S’applique à