Partager via


CoreStrings.InverseToOwnedType(Object, Object, Object, Object) Méthode

Définition

Navigation « {principalEntityType}. {navigation} ' n’est pas pris en charge, car elle pointe vers un type d’entité « {ownedType} ». Seule la navigation de propriété à partir du type d’entité « {ownerType} » peut pointer vers le type d’entité détenue. Consultez la rubrique https://aka.ms/efcore-docs-owned (éventuellement en anglais) pour plus d'informations.

public static string InverseToOwnedType (object principalEntityType, object navigation, object ownedType, object ownerType);
public static string InverseToOwnedType (object? principalEntityType, object? navigation, object? ownedType, object? ownerType);
static member InverseToOwnedType : obj * obj * obj * obj -> string
Public Shared Function InverseToOwnedType (principalEntityType As Object, navigation As Object, ownedType As Object, ownerType As Object) As String

Paramètres

principalEntityType
Object
navigation
Object
ownedType
Object
ownerType
Object

Retours

S’applique à