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