RelationalStrings.JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey 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.
La propriété de clé « {keyProperty} » sur l’entité mappée JSON « {jsonEntity} » ne doit pas avoir son nom de propriété JSON configuré explicitement.
public static string JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey(object? keyProperty, object? jsonEntity);
static member JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey : obj * obj -> string
Public Shared Function JsonEntityWithExplicitlyConfiguredJsonPropertyNameOnKey (keyProperty As Object, jsonEntity As Object) As String
Paramètres
- keyProperty
- Object
- jsonEntity
- Object