共用方式為


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

傳回

適用於