Partager via


CoreStrings.PoolingContextCtorError(Object) Méthode

Définition

Le DbContext de type « {contextType} » ne peut pas être mis en pool, car il n’a pas de constructeur public acceptant un seul paramètre de type DbContextOptions ou a plusieurs constructeurs.

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

Paramètres

contextType
Object

Retours

S’applique à