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>

채울 사전입니다.

설명

자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.

적용 대상