SqlServerMigrationsSqlGenerator.CreateIndexes Yöntem

Tanım

Aşırı Yüklemeler

CreateIndexes(IProperty, MigrationCommandListBuilder)
CreateIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)

Verilen dizinleri oluşturmak için SQL oluşturur.

CreateIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

Verilen dizinleri oluşturmak için SQL oluşturur.

CreateIndexes(IProperty, MigrationCommandListBuilder)

protected virtual void CreateIndexes (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member CreateIndexes : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.CreateIndexes : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub CreateIndexes (property As IProperty, builder As MigrationCommandListBuilder)

Parametreler

property
IProperty

Şunlara uygulanır

CreateIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)

Verilen dizinleri oluşturmak için SQL oluşturur.

protected virtual void CreateIndexes (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IIndex> indexes, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member CreateIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.IIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.CreateIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.IIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub CreateIndexes (indexes As IEnumerable(Of IIndex), builder As MigrationCommandListBuilder)

Parametreler

indexes
IEnumerable<IIndex>

Oluşturulacak dizinler.

builder
MigrationCommandListBuilder

Komutları oluşturmak için kullanılacak komut oluşturucu.

Şunlara uygulanır

CreateIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

Verilen dizinleri oluşturmak için SQL oluşturur.

protected virtual void CreateIndexes (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> indexes, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member CreateIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.CreateIndexes : seq<Microsoft.EntityFrameworkCore.Metadata.ITableIndex> * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub CreateIndexes (indexes As IEnumerable(Of ITableIndex), builder As MigrationCommandListBuilder)

Parametreler

indexes
IEnumerable<ITableIndex>

Oluşturulacak dizinler.

builder
MigrationCommandListBuilder

Komutları oluşturmak için kullanılacak komut oluşturucu.

Şunlara uygulanır