RelationalStrings.JsonEntityMappedToDifferentViewThanOwner 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體 '{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