SqlServerMigrationsSqlGenerator.CreateIndexes Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
CreateIndexes(IProperty, MigrationCommandListBuilder) | |
CreateIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder) |
Создает SQL для создания заданных индексов. |
CreateIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder) |
Создает SQL для создания заданных индексов. |
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)
Параметры
- property
- IProperty
- builder
- MigrationCommandListBuilder
Применяется к
CreateIndexes(IEnumerable<IIndex>, MigrationCommandListBuilder)
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
Создает SQL для создания заданных индексов.
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)
Параметры
- indexes
- IEnumerable<IIndex>
Создаваемые индексы.
- builder
- MigrationCommandListBuilder
Построитель команд, используемый для построения команд.
Применяется к
CreateIndexes(IEnumerable<ITableIndex>, MigrationCommandListBuilder)
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
- Исходный код:
- SqlServerMigrationsSqlGenerator.cs
Создает SQL для создания заданных индексов.
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)
Параметры
- indexes
- IEnumerable<ITableIndex>
Создаваемые индексы.
- builder
- MigrationCommandListBuilder
Построитель команд, используемый для построения команд.
Применяется к
Entity Framework