次の方法で共有


DebugView(Func<String>, Func<String>) コンストラクター

定義

短いデバッグ文字列と長いデバッグ文字列のデリゲートを使用して新しい DebugView を構築します。

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

パラメーター

toShortDebugString
Func<String>

短いデバッグ文字列を作成するデリゲート。

toLongDebugString
Func<String>

長いデバッグ文字列を作成するデリゲート。

適用対象