SqlServerMigrationsSqlGenerator.DropIndexes Yöntem

Tanım

Aşırı Yüklemeler

DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)

verilen dizinleri bırakmak için SQL üretir.

DropIndexes(IProperty, MigrationCommandListBuilder)
DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

verilen dizinleri bırakmak için SQL üretir.

DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)

verilen dizinleri bırakmak için SQL üretir.

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)

Parametreler

indexes
IEnumerable<IIndex>

Bırakılacak dizinler.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanılacak komut Oluşturucu.

Şunlara uygulanır

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)

Parametreler

property
IProperty

Şunlara uygulanır

DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

verilen dizinleri bırakmak için SQL üretir.

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)

Parametreler

indexes
IEnumerable<ITableIndex>

Bırakılacak dizinler.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanılacak komut Oluşturucu.

Şunlara uygulanır