次の方法で共有


CoreStrings.PoolingContextCtorError(Object) メソッド

定義

型 '{contextType}' の DbContext は、DbContextOptions 型の 1 つのパラメーターを受け入れるパブリック コンストラクターを持っていないか、複数のコンストラクターを持っているため、プールできません。

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

戻り値

適用対象