Condividi tramite


CoreStrings.InverseToOwnedType(Object, Object, Object, Object) Metodo

Definizione

Navigazione '{principalEntityType}. {navigation}' non è supportato perché punta a un tipo di entità di proprietà '{ownedType}'. Solo lo spostamento della proprietà dal tipo di entità '{ownerType}' può puntare al tipo di entità di proprietà. Per altre informazioni, vedere https://aka.ms/efcore-docs-owned.

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

Parametri

principalEntityType
Object
navigation
Object
ownedType
Object
ownerType
Object

Restituisce

Si applica a