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

Definición

'{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

Devoluciones

Se aplica a