共用方式為


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>

委派以建立長偵錯字串。

適用於