DbContextOptionsExtensionInfo.PopulateDebugInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
填入在延伸模組使用之間可能會變更的資訊字典,以便與先前的此選項群組態進行比較,而且可以記錄差異。 字典索引鍵應前面加上延伸模組名稱。 例如:"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>
要填入的字典。
備註
如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作 。