次の方法で共有


SqlServerMigrationsSqlGenerator.DropIndexes メソッド

定義

オーバーロード

DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)

指定されたインデックスを削除する SQL を生成します。

DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

指定されたインデックスを削除する SQL を生成します。

DropIndexes(IProperty, MigrationCommandListBuilder)

DropIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)

ソース:
SqlServerMigrationsSqlGenerator.cs
ソース:
SqlServerMigrationsSqlGenerator.cs
ソース:
SqlServerMigrationsSqlGenerator.cs
ソース:
SqlServerMigrationsSqlGenerator.cs

指定されたインデックスを削除する SQL を生成します。

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)

パラメーター

indexes
IEnumerable<IIndex>

削除するインデックス。

builder
MigrationCommandListBuilder

コマンドのビルドに使用するコマンド ビルダー。

適用対象

DropIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

ソース:
SqlServerMigrationsSqlGenerator.cs
ソース:
SqlServerMigrationsSqlGenerator.cs
ソース:
SqlServerMigrationsSqlGenerator.cs
ソース:
SqlServerMigrationsSqlGenerator.cs
ソース:
SqlServerMigrationsSqlGenerator.cs

指定されたインデックスを削除する SQL を生成します。

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)

パラメーター

indexes
IEnumerable<ITableIndex>

削除するインデックス。

builder
MigrationCommandListBuilder

コマンドのビルドに使用するコマンド ビルダー。

適用対象

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)

パラメーター

property
IProperty

適用対象