次の方法で共有


CoreStrings.InverseToOwnedType(Object, Object, Object, Object) メソッド

定義

ナビゲーション '{principalEntityType}。所有エンティティ型 '{ownedType}' を指しているため、{navigation}' はサポートされていません。 所有エンティティ型を指すことができるのは、エンティティ型 '{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

戻り値

適用対象