DebugView(Func<String>, Func<String>) Oluşturucu

Tanım

Kısa ve uzun hata ayıklama dizeleri için temsilcilerle yeni DebugView bir oluşturur.

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

Parametreler

toShortDebugString
Func<String>

Kısa hata ayıklama dizesini oluşturmak için temsilciyi seçin.

toLongDebugString
Func<String>

Uzun hata ayıklama dizesini oluşturmak için temsilci seçin.

Şunlara uygulanır