IMutableProperty.GetContainingIndexes Méthode

Définition

Obtient tous les index qui utilisent cette propriété (y compris les index composites dans lesquels cette propriété est incluse).

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

Retours

Index qui utilisent cette propriété.

S’applique à