다음을 통해 공유


CoreStrings.PoolingContextCtorError(Object) 메서드

정의

DbContextOptions 형식의 단일 매개 변수를 수락하는 공용 생성자가 없거나 둘 이상의 생성자가 있으므로 '{contextType}' 형식의 DbContext를 풀링할 수 없습니다.

public static string PoolingContextCtorError (object contextType);
public static string PoolingContextCtorError (object? contextType);
static member PoolingContextCtorError : obj -> string
Public Shared Function PoolingContextCtorError (contextType As Object) As String

매개 변수

contextType
Object

반환

적용 대상