Partager via


RelationalStrings.JsonEntityMappedToDifferentViewThanOwner Méthode

Définition

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

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

Paramètres

jsonType
Object
viewName
Object
ownerType
Object
ownerViewName
Object

Retours

S’applique à