Compartilhar via


RuntimeProperty.IProperty.GetContainingIndexes Método

Definição

Obtém todos os índices que usam essa propriedade (incluindo índices compostos nos quais essa propriedade está incluída).

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

Retornos

Os índices que usam essa propriedade.

Implementações

Atributos

Aplica-se a