Partager via


RelationalStrings.JsonEntityMappedToDifferentTableOrViewThanOwner Méthode

Définition

L’entité « {jsonType} » est mappée à JSON et également à une table ou à une vue « {tableOrViewName} », mais son propriétaire « {ownerType} » est mappé à une autre table ou vue « {ownerTableOrViewName} ». Chaque entité mappée à JSON doit également être mappée à la même table ou vue que son propriétaire.

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

Paramètres

jsonType
Object
tableOrViewName
Object
ownerType
Object
ownerTableOrViewName
Object

Retours

S’applique à