Condividi tramite


DebugView(Func<String>, Func<String>) Costruttore

Definizione

Costruisce un nuovo DebugView con delegati per stringhe di debug brevi e lunghe.

public DebugView (Func<string> toShortDebugString, Func<string> toLongDebugString);
new Microsoft.EntityFrameworkCore.Infrastructure.DebugView : Func<string> * Func<string> -> Microsoft.EntityFrameworkCore.Infrastructure.DebugView
Public Sub New (toShortDebugString As Func(Of String), toLongDebugString As Func(Of String))

Parametri

toShortDebugString
Func<String>

Delegare per creare la stringa di debug breve.

toLongDebugString
Func<String>

Delegare per creare la stringa di debug lunga.

Si applica a