다음을 통해 공유


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>

채울 사전입니다.

적용 대상