Compartir a través de


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 sea TPH (uno que no tenga un discriminador) se deben asignar a diferentes vistas. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.

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