Sdílet prostřednictvím


CoreStrings.NonGenericOptions(Object) Metoda

Definice

DbContextOptions předaný konstruktoru {contextType} musí být DbContextOptions<{contextType}>. Při registraci více typů DbContext, ujistěte se, že konstruktor pro každý typ kontextu má DbContextOptions<parametr TContext> spíše než ne obecné DbContextOptions parametr.

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

Parametry

contextType
Object

Návraty

Platí pro