Compartir a través de


CoreStrings.PoolingContextCtorError(Object) Método

Definición

No se puede agrupar DbContext del tipo '{contextType}' porque no tiene un constructor público que acepte un único parámetro de tipo DbContextOptions o tenga más de un constructor.

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

Parámetros

contextType
Object

Devoluciones

Se aplica a