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

要为其获取索引的属性。

返回

使用此属性的索引。

适用于