Freigeben über


CoreStrings.InverseToOwnedType(Object, Object, Object, Object) Methode

Definition

Die Navigation '{principalEntityType}. {navigation}' wird nicht unterstützt, da es auf einen eigenen Entitätstyp '{ownedType}' verweist. Nur die Besitznavigation vom Entitätstyp '{ownerType}' kann auf den eigenen Entitätstyp verweisen. Weitere Informationen finden Sie unter 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

Parameter

principalEntityType
Object
navigation
Object
ownedType
Object
ownerType
Object

Gibt zurück

Gilt für: