共用方式為


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>

要填入的字典。

適用於