次の方法で共有


IMutableForeignKey.SetDependentToPrincipal メソッド

定義

オーバーロード

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 、ナビゲーション プロパティが定義されません。

戻り値

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

適用対象