Condividi tramite


RuntimeEntityType.IReadOnlyEntityType.GetDeclaredIndexes Metodo

Definizione

Ottiene tutti gli indici dichiarati in questo tipo di 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

Restituisce

Indici dichiarati.

Implementazioni

Attributi

Si applica a