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

Definición

'{entityType}' se asigna a la tabla '{table}' mientras que '{otherEntityType}' se asigna a la tabla '{otherTable}'. Asigne todos los tipos de entidad de la jerarquía a la misma tabla, o quite el discriminador y asígnelos a tablas diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.

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

Devoluciones

Se aplica a