RelationalStrings.JsonEntityMappedToDifferentViewThanOwner 方法

定义

实体“{jsonType}”映射到 JSON 和视图“{viewName}”,但其所有者“{ownerType}”映射到其他视图“{ownerViewName}”。 映射到 JSON 的每个实体还必须映射到与其所有者相同的视图。

public static string JsonEntityMappedToDifferentViewThanOwner (object? jsonType, object? viewName, object? ownerType, object? ownerViewName);
static member JsonEntityMappedToDifferentViewThanOwner : obj * obj * obj * obj -> string
Public Shared Function JsonEntityMappedToDifferentViewThanOwner (jsonType As Object, viewName As Object, ownerType As Object, ownerViewName As Object) As String

参数

jsonType
Object
viewName
Object
ownerType
Object
ownerViewName
Object

返回

适用于