CoreStrings.InverseToOwnedType(Object, Object, Object, Object) Method

Definition

The navigation '{principalEntityType}.{navigation}' is not supported because it is pointing to an owned entity type '{ownedType}'. Only the ownership navigation from the entity type '{ownerType}' can point to the owned entity type. See https://aka.ms/efcore-docs-owned for more information.

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

Parameters

principalEntityType
Object
navigation
Object
ownedType
Object
ownerType
Object

Returns

Applies to