RelationalStrings.JsonCantNavigateToParentEntity 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.
Impossible de naviguer de l’entité mappée JSON « {jsonEntity} » à son entité parente « {parentEntity} » à l’aide de la navigation « {navigation} ». Les entités mappées à JSON peuvent uniquement accéder à leurs enfants.
public static string JsonCantNavigateToParentEntity (object? jsonEntity, object? parentEntity, object? navigation);
static member JsonCantNavigateToParentEntity : obj * obj * obj -> string
Public Shared Function JsonCantNavigateToParentEntity (jsonEntity As Object, parentEntity As Object, navigation As Object) As String
Paramètres
- jsonEntity
- Object
- parentEntity
- Object
- navigation
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.