CoreStrings.PoolingContextCtorError(Object) Methode

Definition

Der DbContext vom Typ '{contextType}' kann nicht in einem Pool zusammengefasst werden, da er keinen öffentlichen Konstruktor hat, der einen einzelnen Parameter vom Typ DbContextOptions akzeptiert, oder über mehrere Konstruktoren verfügt.

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

Parameter

contextType
Object

Gibt zurück

Gilt für: