Share via


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);
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

戻り値

適用対象