SqlServerMigrationsSqlGenerator.DropIndexes Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder) |
Verilen dizinleri bırakmak için SQL oluşturur. |
| DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder) |
Verilen dizinleri bırakmak için SQL oluşturur. |
| DropIndexes(IProperty, MigrationCommandListBuilder) |
DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)
Verilen dizinleri bırakmak için SQL oluşturur.
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ırakacak dizinler.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)
Verilen dizinleri bırakmak için SQL oluşturur.
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ırakacak dizinler.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak 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
- builder
- MigrationCommandListBuilder