Share via


ConventionEntityTypeExtensions.RemoveIndex Método

Definição

Remove um índice desse tipo de entidade.

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

O tipo de entidade.

properties
IReadOnlyList<IConventionProperty>

As propriedades que compõem o índice.

Retornos

O índice que foi removido.

Aplica-se a