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

Свойство для получения индексов.

Возвращаемое значение

Индексы, использующие это свойство.

Применяется к