MutablePropertyExtensions.GetContainingIndexes(IMutableProperty) Methode

Definition

Ruft alle Indizes ab, die diese Eigenschaft verwenden (einschließlich zusammengesetzter Indizes, in denen diese Eigenschaft enthalten ist).

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableIndex> GetContainingIndexes (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
static member GetContainingIndexes : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableIndex>
<Extension()>
Public Function GetContainingIndexes (property As IMutableProperty) As IEnumerable(Of IMutableIndex)

Parameter

property
IMutableProperty

Die Eigenschaft, für die Indizes abgerufen werden sollen.

Gibt zurück

Die Indizes, die diese Eigenschaft verwenden.

Gilt für: