Partilhar via


RelationalStrings.TPHTableMismatch(Object, Object, Object, Object) Método

Definição

'{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