PropertyExtensions.GetContainingIndexes(IProperty) 方法

定義

取得使用此屬性的所有索引 (包括包含此屬性的複合索引) 。

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

參數

property
IProperty

要為其取得索引的屬性。

傳回

使用這個屬性的索引。

適用於