RelationalStrings.TphViewMismatch(Object, Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
“{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