共用方式為


CoreStrings.InverseToOwnedType(Object, Object, Object, Object) 方法

定義

流覽 '{principalEntityType}。不支援 {navigation}',因為它指向擁有的實體類型 '{ownedType}'。 只有實體類型 '{ownerType}' 的擁有權流覽可以指向擁有的實體類型。 如需相關資訊,請參閱 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

參數

principalEntityType
Object
navigation
Object
ownedType
Object
ownerType
Object

傳回

適用於