ConventionPropertyExtensions.FindContainingPrimaryKey メソッド

定義

このプロパティを使用する主キー (このプロパティが含まれる複合主キーを含む) を取得します。

public static Microsoft.EntityFrameworkCore.Metadata.IConventionKey FindContainingPrimaryKey (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member FindContainingPrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionKey
<Extension()>
Public Function FindContainingPrimaryKey (property As IConventionProperty) As IConventionKey

パラメーター

property
IConventionProperty

主キーを取得するプロパティ。

戻り値

このプロパティを使用するプライマリ。または null 主キーの一部でない場合は 。

適用対象