次の方法で共有


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

定義

'{principalEntityType}' と '{dependentEntityType}' の間の外部キーは所有権であるため、ナビゲーション '{navigation}' を変更できません。 ナビゲーションを所有エンティティ型に変更するには、所有権を削除します。

public static string OwnershipToDependent (object? navigation, object? principalEntityType, object? dependentEntityType);
static member OwnershipToDependent : obj * obj * obj -> string
Public Shared Function OwnershipToDependent (navigation As Object, principalEntityType As Object, dependentEntityType As Object) As String

パラメーター

navigation
Object
principalEntityType
Object
dependentEntityType
Object

戻り値

適用対象