MutablePropertyExtensions.GetContainingIndexes(IMutableProperty) 方法

定义

获取使用此属性的所有索引 (包括包含此属性的复合索引) 。

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

参数

property
IMutableProperty

要为其获取索引的属性。

返回

使用此属性的索引。

适用于