CoreStrings.OwnershipToDependent(Object, Object, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
'{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
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework