IConventionProperty.GetContainingIndexes 方法

定义

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

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionIndex> GetContainingIndexes ();
abstract member GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionIndex>
Public Function GetContainingIndexes () As IEnumerable(Of IConventionIndex)

返回

使用此属性的索引。

适用于