次の方法で共有


IMutableForeignKey.HasDependentToPrincipal メソッド

定義

オーバーロード

HasDependentToPrincipal(MemberInfo)
古い.

プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。

HasDependentToPrincipal(PropertyInfo)

プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。

HasDependentToPrincipal(String)
古い.

プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。

HasDependentToPrincipal(MemberInfo)

注意事項

Use SetDependentToPrincipal

プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。

public Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation HasDependentToPrincipal (System.Reflection.MemberInfo property);
[System.Obsolete("Use SetDependentToPrincipal")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation HasDependentToPrincipal (System.Reflection.MemberInfo property);
[System.Obsolete("Use SetDependentToPrincipal")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation? HasDependentToPrincipal (System.Reflection.MemberInfo? property);
abstract member HasDependentToPrincipal : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
[<System.Obsolete("Use SetDependentToPrincipal")>]
abstract member HasDependentToPrincipal : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
override this.HasDependentToPrincipal : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
Public Function HasDependentToPrincipal (property As MemberInfo) As IMutableNavigation
Public Overridable Function HasDependentToPrincipal (property As MemberInfo) As IMutableNavigation

パラメーター

property
MemberInfo

依存する型のナビゲーション プロパティ。 を渡 null すと、ナビゲーション プロパティが定義されません。

戻り値

新しく作成されたナビゲーション プロパティ。

属性

適用対象

HasDependentToPrincipal(PropertyInfo)

プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。

public Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation HasDependentToPrincipal (System.Reflection.PropertyInfo property);
abstract member HasDependentToPrincipal : System.Reflection.PropertyInfo -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
Public Function HasDependentToPrincipal (property As PropertyInfo) As IMutableNavigation

パラメーター

property
PropertyInfo

依存する型のナビゲーション プロパティ。 null を渡すと、ナビゲーション プロパティが定義されません。

戻り値

新しく作成されたナビゲーション プロパティ。

適用対象

HasDependentToPrincipal(String)

注意事項

Use SetDependentToPrincipal

プリンシパル エンティティを指す依存エンティティ型のナビゲーション プロパティを設定します。

public Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation HasDependentToPrincipal (string name);
[System.Obsolete("Use SetDependentToPrincipal")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation HasDependentToPrincipal (string name);
[System.Obsolete("Use SetDependentToPrincipal")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation? HasDependentToPrincipal (string? name);
abstract member HasDependentToPrincipal : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
[<System.Obsolete("Use SetDependentToPrincipal")>]
abstract member HasDependentToPrincipal : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
override this.HasDependentToPrincipal : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
Public Function HasDependentToPrincipal (name As String) As IMutableNavigation
Public Overridable Function HasDependentToPrincipal (name As String) As IMutableNavigation

パラメーター

name
String

依存する型のナビゲーション プロパティの名前。 を渡 null すと、ナビゲーション プロパティが定義されません。

戻り値

新しく作成されたナビゲーション プロパティ。

属性

適用対象