RelationalStrings.NonTPHViewClash(Object, Object, Object) Method

Definition

Both '{entityType}' and '{otherEntityType}' are mapped to the view '{view}'. All the entity types in a hierarchy that don't have a discriminator must be mapped to different views. See https://go.microsoft.com/fwlink/?linkid=2130430 for more information.

public static string NonTPHViewClash (object entityType, object otherEntityType, object view);
public static string NonTPHViewClash (object? entityType, object? otherEntityType, object? view);
static member NonTPHViewClash : obj * obj * obj -> string
Public Shared Function NonTPHViewClash (entityType As Object, otherEntityType As Object, view As Object) As String

Parameters

entityType
Object
otherEntityType
Object
view
Object

Returns

Applies to