CoreStrings.OwnershipToDependent(Object, Object, Object) 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 modifier la navigation « {navigation} », car la clé étrangère entre « {principalEntityType} » et « {dependentEntityType} » est une propriété. Pour modifier la navigation vers le type d’entité détenu, supprimez la propriété.
public static string OwnershipToDependent (object? navigation, object? principalEntityType, object? dependentEntityType);
static member OwnershipToDependent : obj * obj * obj -> string
Public Shared Function OwnershipToDependent (navigation As Object, principalEntityType As Object, dependentEntityType As Object) As String
Paramètres
- navigation
- Object
- principalEntityType
- Object
- dependentEntityType
- 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.