IMutableForeignKey.SetDependentToPrincipal メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetDependentToPrincipal(MemberInfo) |
プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。 |
SetDependentToPrincipal(String) |
プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。 |
SetDependentToPrincipal(MemberInfo)
プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。
public Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation SetDependentToPrincipal (System.Reflection.MemberInfo property);
public Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation? SetDependentToPrincipal (System.Reflection.MemberInfo? property);
abstract member SetDependentToPrincipal : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
Public Function SetDependentToPrincipal (property As MemberInfo) As IMutableNavigation
パラメーター
- property
- MemberInfo
依存する型のナビゲーション プロパティ。 を渡すと null
、ナビゲーション プロパティが定義されません。
戻り値
新しく設定されたナビゲーション プロパティ。
適用対象
SetDependentToPrincipal(String)
プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。
public Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation SetDependentToPrincipal (string name);
public Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation? SetDependentToPrincipal (string? name);
abstract member SetDependentToPrincipal : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
Public Function SetDependentToPrincipal (name As String) As IMutableNavigation
パラメーター
- name
- String
依存する型のナビゲーション プロパティの名前。 を渡すと null
、ナビゲーション プロパティが定義されません。
戻り値
新しく設定されたナビゲーション プロパティ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework