RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体“{jsonType}”映射到 JSON,也映射到表或视图“{tableOrViewName}”,但其所有者“{ownerType}”映射到其他表或视图“{ownerTableOrViewName}”。 映射到 JSON 的每个实体还必须映射到其所有者所在的表或视图。
public static string JsonEntityMappedToDifferentTableOrViewThanOwner (object? jsonType, object? tableOrViewName, object? ownerType, object? ownerTableOrViewName);
static member JsonEntityMappedToDifferentTableOrViewThanOwner : obj * obj * obj * obj -> string
Public Shared Function JsonEntityMappedToDifferentTableOrViewThanOwner (jsonType As Object, tableOrViewName As Object, ownerType As Object, ownerTableOrViewName As Object) As String
参数
- jsonType
- Object
- tableOrViewName
- Object
- ownerType
- Object
- ownerTableOrViewName
- Object