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);
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