RelationalStrings.TPHViewMismatch(Object, Object, Object, Object) Method

Definition

'{entityType}' is mapped to the view '{view}' while '{otherEntityType}' is mapped to the view '{otherView}'. Map all the entity types in the hierarchy to the same view, or remove the discriminator and map them all to different views. See https://go.microsoft.com/fwlink/?linkid=2130430 for more information.

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

Parameters

entityType
Object
view
Object
otherEntityType
Object
otherView
Object

Returns

Applies to