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

要获取其索引的属性。

返回

使用此属性的索引。

适用于