SqlServerMigrationsSqlGenerator.DropIndexes Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder) |
Genera SQL per eliminare gli indici specificati. |
DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder) |
Genera SQL per eliminare gli indici specificati. |
DropIndexes(IProperty, MigrationCommandListBuilder) |
DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)
Genera SQL per eliminare gli indici specificati.
protected virtual void DropIndexes (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IIndex> indexes, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.IIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.IIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DropIndexes (indexes As IEnumerable(Of IIndex), builder As MigrationCommandListBuilder)
Parametri
- indexes
- IEnumerable<IIndex>
Indici da eliminare.
- builder
- MigrationCommandListBuilder
Generatore di comandi da usare per compilare i comandi.
Si applica a
DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)
Genera SQL per eliminare gli indici specificati.
protected virtual void DropIndexes (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> indexes, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DropIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DropIndexes (indexes As IEnumerable(Of ITableIndex), builder As MigrationCommandListBuilder)
Parametri
- indexes
- IEnumerable<ITableIndex>
Indici da eliminare.
- builder
- MigrationCommandListBuilder
Generatore di comandi da usare per compilare i comandi.
Si applica a
DropIndexes(IProperty, MigrationCommandListBuilder)
protected virtual void DropIndexes (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DropIndexes : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DropIndexes : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DropIndexes (property As IProperty, builder As MigrationCommandListBuilder)
Parametri
- property
- IProperty
- builder
- MigrationCommandListBuilder