Condividi tramite


MutableEntityTypeExtensions.RemoveIndex Metodo

Definizione

Rimuove un indice da questo tipo di entità.

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

Parametri

entityType
IMutableEntityType

Tipo di entità.

properties
IReadOnlyList<IMutableProperty>

Proprietà che costituiscono l'indice.

Restituisce

Indice rimosso.

Si applica a