Share via


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

Definition

Constructs a new DebugView with delegates for short and long debug strings.

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

Parameters

toShortDebugString
Func<String>

Delegate to create the short debug string.

toLongDebugString
Func<String>

Delegate to create the long debug string.

Applies to