MutablePropertyExtensions.GetContainingIndexes(IMutableProperty) Método

Definición

Obtiene todos los índices que usan esta propiedad (incluidos los índices compuestos en los que se incluye esta propiedad).

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)

Parámetros

property
IMutableProperty

Propiedad para la que se van a obtener índices.

Devoluciones

Índices que usan esta propiedad.

Se aplica a