Share via


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

定義

'{referencedEntityTypeOrNavigation}' から '{referencedEntityTypeOrNavigation}' へのリレーションシップはサポートされていません。これは、所有エンティティ型 '{ownedType}' を所有権以外のリレーションシップのプリンシパル側に置くことができないためです。 リレーションシップを削除するか、外部キーを '{ownedType}' に設定します。

public static string PrincipalOwnedType (object referencingEntityTypeOrNavigation, object referencedEntityTypeOrNavigation, object ownedType);
public static string PrincipalOwnedType (object? referencingEntityTypeOrNavigation, object? referencedEntityTypeOrNavigation, object? ownedType);
static member PrincipalOwnedType : obj * obj * obj -> string
Public Shared Function PrincipalOwnedType (referencingEntityTypeOrNavigation As Object, referencedEntityTypeOrNavigation As Object, ownedType As Object) As String

パラメーター

referencingEntityTypeOrNavigation
Object
referencedEntityTypeOrNavigation
Object
ownedType
Object

戻り値

適用対象