Compartilhar via


RelationalStrings.IncompatibleTableExcludedMismatch Método

Definição

Não é possível usar a tabela '{table}' para o tipo de entidade '{entityType}', pois ela está sendo usada para o tipo de entidade '{otherEntityType}' e é excluída das migrações em um tipo de entidade, mas não no outro. Exclua a tabela das migrações em todos os tipos de entidade mapeados para a tabela.

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

Retornos

Aplica-se a