RelationalStrings.TphViewMismatch(Object, Object, Object, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
'{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
Entity Framework