ConventionPropertyExtensions.GetContainingIndexes(IConventionProperty) 方法

定義

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

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

參數

property
IConventionProperty

要為其取得索引的屬性。

傳回

使用這個屬性的索引。

適用於