共用方式為


MigrationsSqlGenerator.GenerateIndexColumnList 方法

定義

CreateIndexOperation 傳回索引之資料行清單的 SQL 片段。

protected virtual void GenerateIndexColumnList (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member GenerateIndexColumnList : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.GenerateIndexColumnList : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub GenerateIndexColumnList (operation As CreateIndexOperation, model As IModel, builder As MigrationCommandListBuilder)

參數

operation
CreateIndexOperation

作業。

model
IModel

目標模型,如果 null 作業不存在模型,則可能是 。

builder
MigrationCommandListBuilder

用來加入 SQL 片段的命令產生器。

適用於