Partager via


RuntimeEntityType.IReadOnlyEntityType.GetDeclaredIndexes Méthode

Définition

Obtient tous les index déclarés sur ce type d’entité.

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

Retours

Index déclarés.

Implémente

Attributs

S’applique à