Udostępnij za pośrednictwem


SqlServerMigrationsSqlGenerator.CreateIndexes Metoda

Definicja

Przeciążenia

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

Generuje program SQL w celu utworzenia podanych indeksów.

CreateIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

Generuje program SQL w celu utworzenia podanych indeksów.

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)

Parametry

property
IProperty

Dotyczy

CreateIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)

Źródło:
SqlServerMigrationsSqlGenerator.cs
Źródło:
SqlServerMigrationsSqlGenerator.cs
Źródło:
SqlServerMigrationsSqlGenerator.cs
Źródło:
SqlServerMigrationsSqlGenerator.cs

Generuje program SQL w celu utworzenia podanych indeksów.

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)

Parametry

indexes
IEnumerable<IIndex>

Indeksy do utworzenia.

builder
MigrationCommandListBuilder

Konstruktor poleceń używany do kompilowania poleceń.

Dotyczy

CreateIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)

Źródło:
SqlServerMigrationsSqlGenerator.cs
Źródło:
SqlServerMigrationsSqlGenerator.cs
Źródło:
SqlServerMigrationsSqlGenerator.cs
Źródło:
SqlServerMigrationsSqlGenerator.cs
Źródło:
SqlServerMigrationsSqlGenerator.cs

Generuje program SQL w celu utworzenia podanych indeksów.

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)

Parametry

indexes
IEnumerable<ITableIndex>

Indeksy do utworzenia.

builder
MigrationCommandListBuilder

Konstruktor poleceń używany do kompilowania poleceń.

Dotyczy