Udostępnij za pośrednictwem


ConventionPropertyExtensions.GetContainingIndexes(IConventionProperty) Metoda

Definicja

Pobiera wszystkie indeksy korzystające z tej właściwości (w tym indeksy złożone, w których jest uwzględniona ta właściwość).

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)

Parametry

property
IConventionProperty

Właściwość , dla której mają być uzyskiwane indeksy.

Zwraca

Indeksy korzystające z tej właściwości.

Dotyczy