Partager via


CoreStrings.NavigationlessOwnership(Object, Object) Méthode

Définition

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

Retours

S’applique à