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

Definición

Tanto '{entityType}' como '{otherEntityType}' se asignan a la vista '{view}'. Todos los tipos de entidad de una jerarquía que no tienen un discriminador deben asignarse a vistas diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.

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

Parámetros

entityType
Object
otherEntityType
Object
view
Object

Devoluciones

Se aplica a