Share via


IReadOnlyEntityType.FindOwnership メソッド

定義

これが所有型の場合、または null それ以外の場合は所有者との関係を返します。

public virtual Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey? FindOwnership ();
abstract member FindOwnership : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey
override this.FindOwnership : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey
Public Overridable Function FindOwnership () As IReadOnlyForeignKey

戻り値

これが所有型の場合、または null それ以外の場合は所有者との関係。

適用対象