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

Definition

Erstellt eine neue DebugView mit Delegaten für kurze und lange Debugzeichenfolgen.

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))

Parameter

toShortDebugString
Func<String>

Delegat, um die kurze Debugzeichenfolge zu erstellen.

toLongDebugString
Func<String>

Delegat, um die lange Debugzeichenfolge zu erstellen.

Gilt für: