Share via


RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner Método

Definição

A entidade '{jsonType}' é mapeada para JSON e também para uma tabela ou exibição '{tableOrViewName}', mas seu proprietário '{ownerType}' é mapeado para uma tabela ou exibição diferente '{ownerTableOrViewName}'. Cada entidade mapeada para JSON também deve mapear para a mesma tabela ou exibição que seu proprietário.

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

Parâmetros

jsonType
Object
tableOrViewName
Object
ownerType
Object
ownerTableOrViewName
Object

Retornos

Aplica-se a