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

Definición

Tanto '{entityType}' como '{otherEntityType}' se asignan a la tabla '{table}'. Todos los tipos de entidad de una jerarquía que no sea TPH (uno que no tenga un discriminador) se deben asignar a tablas diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.

public static string NonTphTableClash (object? entityType, object? otherEntityType, object? table);
static member NonTphTableClash : obj * obj * obj -> string
Public Shared Function NonTphTableClash (entityType As Object, otherEntityType As Object, table As Object) As String

Parámetros

entityType
Object
otherEntityType
Object
table
Object

Devoluciones

Se aplica a