RelationalStrings.TPHTableMismatch(Object, Object, Object, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
'{entityType}' é mapeado para a tabela '{table}' enquanto '{otherEntityType}' é mapeado para a tabela '{otherTable}'. Mapeie todos os tipos de entidade na hierarquia para a mesma tabela ou remova o discriminador e mapeie todos eles para tabelas diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obter mais informações.
public static string TPHTableMismatch (object entityType, object table, object otherEntityType, object otherTable);
public static string TPHTableMismatch (object? entityType, object? table, object? otherEntityType, object? otherTable);
static member TPHTableMismatch : obj * obj * obj * obj -> string
Public Shared Function TPHTableMismatch (entityType As Object, table As Object, otherEntityType As Object, otherTable As Object) As String
Parâmetros
- entityType
- Object
- table
- Object
- otherEntityType
- Object
- otherTable
- Object
Retornos
Aplica-se a
Entity Framework