共用方式為


DbContextOptionsExtensionInfo.PopulateDebugInfo 方法

定義

填入在延伸模組使用之間可能會變更的資訊字典,以便與先前的此選項群組態進行比較,而且可以記錄差異。 字典索引鍵應前面加上延伸模組名稱。 例如:"SqlServer:"

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

參數

debugInfo
IDictionary<String,String>

要填入的字典。

備註

如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作

適用於