次の方法で共有


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

定義

'{entityType}' はビュー '{view}' にマップされ、'{otherEntityType}' はビュー '{otherView}' にマップされます。 階層内のすべてのエンティティ型を同じビューにマップするか、識別子を削除して、それらをすべて異なるビューにマップします。 詳細については、「 https://go.microsoft.com/fwlink/?linkid=2130430 」を参照してください。

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

パラメーター

entityType
Object
view
Object
otherEntityType
Object
otherView
Object

戻り値

適用対象