Share via


RelationalStrings.NonTPHViewClash(Object, Object, Object) メソッド

定義

'{entityType}' と '{otherEntityType}' の両方がビュー '{view}' にマップされます。 識別子を持たない階層内のすべてのエンティティ型は、異なるビューにマップする必要があります。 詳細については、「 https://go.microsoft.com/fwlink/?linkid=2130430 」を参照してください。

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

パラメーター

entityType
Object
otherEntityType
Object
view
Object

戻り値

適用対象