IReadOnlyProperty.GetContainingIndexes メソッド

定義

このプロパティを使用するすべてのインデックス (このプロパティが含まれる複合インデックスを含む) を取得します。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex> GetContainingIndexes ();
abstract member GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
Public Function GetContainingIndexes () As IEnumerable(Of IReadOnlyIndex)

戻り値

このプロパティを使用するインデックス。

適用対象