Compartir a través de


ConventionEntityTypeExtensions.RemoveIndex Método

Definición

Quita un índice de este tipo de entidad.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionIndex RemoveIndex (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> properties);
static member RemoveIndex : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> -> Microsoft.EntityFrameworkCore.Metadata.IConventionIndex
<Extension()>
Public Function RemoveIndex (entityType As IConventionEntityType, properties As IReadOnlyList(Of IConventionProperty)) As IConventionIndex

Parámetros

entityType
IConventionEntityType

El tipo de entidad.

properties
IReadOnlyList<IConventionProperty>

Propiedades que componen el índice.

Devoluciones

Índice que se quitó.

Se aplica a