Share via


RelationalStrings.NonTphViewClash(Object, Object, Object) Method

Definition

Both '{entityType}' and '{otherEntityType}' are mapped to the view '{view}'. All the entity types in a non-TPH hierarchy (one that doesn'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);
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