Freigeben über


CoreStrings.NonGenericOptions(Object) Methode

Definition

Die dbContextOptions, die an den {contextType}-Konstruktor übergeben werden, muss ein DbContextOptions<{contextType}> sein. Stellen Sie beim Registrieren mehrerer DbContext-Typen sicher, dass der Konstruktor für jeden Kontexttyp über einen DbContextOptions<TContext-Parameter> anstelle eines nicht generischen DbContextOptions-Parameters verfügt.

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

Parameter

contextType
Object

Gibt zurück

Gilt für: