次の方法で共有


RuntimeProperty.IProperty.GetContainingIndexes メソッド

定義

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IIndex> IProperty.GetContainingIndexes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IProperty.GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IIndex>
override this.Microsoft.EntityFrameworkCore.Metadata.IProperty.GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IIndex>
Function GetContainingIndexes () As IEnumerable(Of IIndex) Implements IProperty.GetContainingIndexes

戻り値

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

実装

属性

適用対象