次の方法で共有


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

定義

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

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

戻り値

適用対象