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

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

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

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

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