RelationalStrings.TphTableMismatch(Object, Object, Object, Object) Method

Definition

'{entityType}' is mapped to the table '{table}' while '{otherEntityType}' is mapped to the table '{otherTable}'. Map all the entity types in the hierarchy to the same table, or remove the discriminator and map them all to different tables. See https://go.microsoft.com/fwlink/?linkid=2130430 for more information.

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

Parameters

entityType
Object
table
Object
otherEntityType
Object
otherTable
Object

Returns

Applies to