RelationalStrings.JsonEntityMappedToDifferentViewThanOwner Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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