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