RelationalStrings.IncompatibleTableExcludedMismatch Método

Definición

No se puede usar la tabla '{table}' para el tipo de entidad '{entityType}', ya que se usa para el tipo de entidad '{otherEntityType}' y se excluye de las migraciones en un tipo de entidad, pero no en el otro. Excluya la tabla de migraciones en todos los tipos de entidad asignados a la tabla.

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

Parámetros

table
Object
entityType
Object
otherEntityType
Object

Devoluciones

Se aplica a