RelationalStrings.TPHViewMismatch(Object, Object, Object, Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
'{entityType}' está asignado a la vista '{view}' mientras que '{otherEntityType}' está asignado a la vista '{otherView}'. Asigne todos los tipos de entidad de la jerarquía a la misma vista, o quite el discriminador y asígnelos a diferentes vistas. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.
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