次の方法で共有


IDbContextOptionsExtensionWithDebugInfo.PopulateDebugInfo メソッド

定義

拡張機能の使用の間で変更される可能性がある情報のディクショナリを設定します。これにより、このオプションの以前の構成と比較でき、相違点をログに記録できます。 ディクショナリ キーの前には、拡張子名を付ける必要があります。 たとえば、「 "SqlServer:" 」のように入力します。

public void PopulateDebugInfo (System.Collections.Generic.IDictionary<string,string> debugInfo);
abstract member PopulateDebugInfo : System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub PopulateDebugInfo (debugInfo As IDictionary(Of String, String))

パラメーター

debugInfo
IDictionary<String,String>

入力するディクショナリ。

適用対象