Freigeben über


RelationalStrings.IncompatibleTableExcludedMismatch Methode

Definition

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: