Partilhar via


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

Definição

'{entityType}' é mapeado para a exibição '{view}' enquanto '{otherEntityType}' é mapeado para a exibição '{otherView}'. Mapeie todos os tipos de entidade na hierarquia para a mesma exibição ou remova o discriminador e mapeie todos eles para exibições diferentes. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obter mais informações.

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

Parâmetros

entityType
Object
view
Object
otherEntityType
Object
otherView
Object

Retornos

Aplica-se a