CoreStrings.NavigationlessOwnership(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.
La relation entre « {principalEntityType} » et « {dependentEntityType} » ne peut pas être configurée en tant que propriété, car aucune navigation n’est associée au type détenu. Une propriété doit toujours avoir une navigation associée. Consultez la rubrique https://aka.ms/efcore-docs-owned (éventuellement en anglais) pour plus d'informations.
public static string NavigationlessOwnership (object? principalEntityType, object? dependentEntityType);
static member NavigationlessOwnership : obj * obj -> string
Public Shared Function NavigationlessOwnership (principalEntityType As Object, dependentEntityType As Object) As String
Paramètres
- principalEntityType
- Object
- dependentEntityType
- Object