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>

要填充的字典。

适用于