PropertyExtensions.GetContainingKeys(IProperty) メソッド

定義

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IKey> GetContainingKeys (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetContainingKeys : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IKey>
<Extension()>
Public Function GetContainingKeys (property As IProperty) As IEnumerable(Of IKey)

パラメーター

property
IProperty

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

戻り値

このプロパティを使用する主キーと代替キー。

適用対象