Partilhar via


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

Definição

'{entityType}' e '{otherEntityType}' são mapeados para a exibição '{view}'. Todos os tipos de entidade em uma hierarquia que não têm um discriminador devem ser mapeados para modos de exibição diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obter mais informações.

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

Retornos

Aplica-se a