共用方式為


RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner 方法

定義

實體 '{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

傳回

適用於