RelationalStrings.IncompatibleTableExcludedMismatch Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Tabelle '{table}' kann nicht für den Entitätstyp '{entityType}' verwendet werden, da sie für den Entitätstyp '{otherEntityType}' verwendet wird und von Migrationen für einen Entitätstyp ausgeschlossen ist, aber nicht für den anderen. Schließen Sie die Tabelle von Migrationen für alle Entitätstypen aus, die der Tabelle zugeordnet sind.
public static string IncompatibleTableExcludedMismatch (object table, object entityType, object otherEntityType);
public static string IncompatibleTableExcludedMismatch (object? table, object? entityType, object? otherEntityType);
static member IncompatibleTableExcludedMismatch : obj * obj * obj -> string
Public Shared Function IncompatibleTableExcludedMismatch (table As Object, entityType As Object, otherEntityType As Object) As String
Parameter
- table
- Object
- entityType
- Object
- otherEntityType
- Object
Gibt zurück
Gilt für:
Entity Framework