Поделиться через


RuntimeProperty.IReadOnlyProperty.GetContainingIndexes Метод

Определение

Возвращает все индексы, использующие это свойство (включая составные индексы, в которые включено это свойство).

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex> IReadOnlyProperty.GetContainingIndexes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
Function GetContainingIndexes () As IEnumerable(Of IReadOnlyIndex) Implements IReadOnlyProperty.GetContainingIndexes

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

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

Реализации

Атрибуты

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