MigrationsSqlGenerator.Generate Yöntem

Tanım

Aşırı Yüklemeler

Generate(InsertDataOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak InsertDataOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(MigrationOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak MigrationOperation verilen için komutlar MigrationCommandListBuilder derleme.

Bu yöntem, belirli bir alt türüne özgü 'Generate' yöntemlerinden birini çağıran bir çift gönderme mekanizması MigrationOperation kullanır. Genellikle veritabanı sağlayıcıları bu yöntem yerine bu belirli yöntemleri geçersiz kılar. Ancak sağlayıcılar sağlayıcıya özgü işlemleri işlemek için bu yöntemleri geçersiz kilebilir.

Generate(RenameColumnOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameColumnOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(RenameIndexOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameIndexOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(RenameSequenceOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameSequenceOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(RenameTableOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameTableOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(RestartSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak RestartSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(SqlOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak SqlOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(UpdateDataOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak UpdateDataOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(IReadOnlyList<MigrationOperation>, IModel, MigrationsSqlGenerationOptions)

bir işlem listesinden komutlar üretir.

Generate(AddColumnOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak AddColumnOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(AddForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak AddForeignKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(AddPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak AddPrimaryKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(CreateIndexOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak CreateIndexOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(CreateTableOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak CreateTableOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(DropColumnOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropColumnOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(DropForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropForeignKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(DropIndexOperation, IModel, MigrationCommandListBuilder, Boolean)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları DropIndexOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(DropPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropPrimaryKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(DropTableOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropTableOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(InsertDataOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak InsertDataOperation verilen için komutlar MigrationCommandListBuilder derleme.

Generate(EnsureSchemaOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları EnsureSchemaOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(DropUniqueConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropUniqueConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(DropSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(IReadOnlyList<MigrationOperation>, IModel)

bir işlem listesinden komutlar üretir.

Generate(DropTableOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropTableOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(AddColumnOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddColumnOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(AddForeignKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddForeignKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(AddPrimaryKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddPrimaryKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(AddUniqueConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddUniqueConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(AlterColumnOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları AlterColumnOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(AlterDatabaseOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları AlterDatabaseOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulaması olmadığını unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(AlterSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AlterSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(AlterTableOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları AlterTableOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemle ilgili genel meta veriler olduğundan, bu yöntemin varsayılan uygulamasının hiçbir şey olmadığını unutmayın. Sağlayıcıların yalnızca ele almaları gereken sağlayıcıya özgü ek açıklamaları varsa bu yöntemi geçersiz kılmaları gerekir.

Generate(CreateCheckConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateCheckConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(AddCheckConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddCheckConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(CreateSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(CreateTableOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateTableOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(DeleteDataOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DeleteDataOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(DropCheckConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropCheckConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(DropColumnOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropColumnOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(DropForeignKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropForeignKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(DropIndexOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları DropIndexOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotImplementedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

Generate(DropPrimaryKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropPrimaryKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(DropSchemaOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropSchemaOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(CreateIndexOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateIndexOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

Generate(InsertDataOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak InsertDataOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
InsertDataOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(MigrationOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak MigrationOperation verilen için komutlar MigrationCommandListBuilder derleme.

Bu yöntem, belirli bir alt türüne özgü 'Generate' yöntemlerinden birini çağıran bir çift gönderme mekanizması MigrationOperation kullanır. Genellikle veritabanı sağlayıcıları bu yöntem yerine bu belirli yöntemleri geçersiz kılar. Ancak sağlayıcılar sağlayıcıya özgü işlemleri işlemek için bu yöntemleri geçersiz kilebilir.

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

Parametreler

operation
MigrationOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(RenameColumnOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameColumnOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
RenameColumnOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(RenameIndexOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameIndexOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
RenameIndexOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(RenameSequenceOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameSequenceOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
RenameSequenceOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(RenameTableOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları RenameTableOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
RenameTableOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(RestartSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak RestartSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
RestartSequenceOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(SqlOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak SqlOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
SqlOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(UpdateDataOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak UpdateDataOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
UpdateDataOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(IReadOnlyList<MigrationOperation>, IModel, MigrationsSqlGenerationOptions)

bir işlem listesinden komutlar üretir.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand> Generate (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations, Microsoft.EntityFrameworkCore.Metadata.IModel model = default, Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions options = Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions.Default);
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand> Generate (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations, Microsoft.EntityFrameworkCore.Metadata.IModel? model = default, Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions options = Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions.Default);
abstract member Generate : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
override this.Generate : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
Public Overridable Function Generate (operations As IReadOnlyList(Of MigrationOperation), Optional model As IModel = Nothing, Optional options As MigrationsSqlGenerationOptions = Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions.Default) As IReadOnlyList(Of MigrationCommand)

Parametreler

operations
IReadOnlyList<MigrationOperation>

İşlemler.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

options
MigrationsSqlGenerationOptions

Komutlar oluşturmada kullanabileceğiniz seçenekler.

Döndürülenler

IReadOnlyList<MigrationCommand>

Yürütülecek veya betik yaz edilecek komutların listesi.

Uygulamalar

Şunlara uygulanır

Generate(AddColumnOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak AddColumnOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As AddColumnOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As AddColumnOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
AddColumnOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(AddForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak AddForeignKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As AddForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As AddForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
AddForeignKeyOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(AddPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak AddPrimaryKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As AddPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As AddPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
AddPrimaryKeyOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(CreateIndexOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak CreateIndexOperation verilen için komutlar MigrationCommandListBuilder derleme.

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

Parametreler

operation
CreateIndexOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(CreateTableOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak CreateTableOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As CreateTableOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As CreateTableOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
CreateTableOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(DropColumnOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropColumnOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As DropColumnOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As DropColumnOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
DropColumnOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(DropForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropForeignKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As DropForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As DropForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
DropForeignKeyOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(DropIndexOperation, IModel, MigrationCommandListBuilder, Boolean)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları DropIndexOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As DropIndexOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
DropIndexOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(DropPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropPrimaryKeyOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As DropPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As DropPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
DropPrimaryKeyOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(DropTableOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak DropTableOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As DropTableOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As DropTableOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
DropTableOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(InsertDataOperation, IModel, MigrationCommandListBuilder, Boolean)

Verilen üzerinde çağrı yaparak InsertDataOperation verilen için komutlar MigrationCommandListBuilder derleme.

protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub Generate (operation As InsertDataOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Protected Overridable Sub Generate (operation As InsertDataOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)

Parametreler

operation
InsertDataOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

terminate
Boolean

İşlem için bir komut oluşturma işlemi SQL sonlandırıp sonlandırılmay olmadığını gösterir.

Şunlara uygulanır

Generate(EnsureSchemaOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları EnsureSchemaOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
EnsureSchemaOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropUniqueConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropUniqueConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropUniqueConstraintOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropSequenceOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(IReadOnlyList<MigrationOperation>, IModel)

bir işlem listesinden komutlar üretir.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand> Generate (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations, Microsoft.EntityFrameworkCore.Metadata.IModel model = default);
abstract member Generate : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Metadata.IModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
override this.Generate : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Metadata.IModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
Public Overridable Function Generate (operations As IReadOnlyList(Of MigrationOperation), Optional model As IModel = Nothing) As IReadOnlyList(Of MigrationCommand)

Parametreler

operations
IReadOnlyList<MigrationOperation>

İşlemler.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

Döndürülenler

IReadOnlyList<MigrationCommand>

Yürütülecek veya betik yaz edilecek komutların listesi.

Uygulamalar

Şunlara uygulanır

Generate(DropTableOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropTableOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropTableOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AddColumnOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddColumnOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
AddColumnOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AddForeignKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddForeignKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
AddForeignKeyOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AddPrimaryKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddPrimaryKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
AddPrimaryKeyOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AddUniqueConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddUniqueConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
AddUniqueConstraintOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AlterColumnOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları AlterColumnOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotSupportedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
AlterColumnOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AlterDatabaseOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları AlterDatabaseOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulaması olmadığını unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
AlterDatabaseOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AlterSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AlterSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
AlterSequenceOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AlterTableOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları AlterTableOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemle ilgili genel meta veriler olduğundan, bu yöntemin varsayılan uygulamasının hiçbir şey olmadığını unutmayın. Sağlayıcıların yalnızca ele almaları gereken sağlayıcıya özgü ek açıklamaları varsa bu yöntemi geçersiz kılmaları gerekir.

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

Parametreler

operation
AlterTableOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(CreateCheckConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateCheckConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
CreateCheckConstraintOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(AddCheckConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak AddCheckConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
AddCheckConstraintOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(CreateSequenceOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateSequenceOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
CreateSequenceOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(CreateTableOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateTableOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
CreateTableOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DeleteDataOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DeleteDataOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DeleteDataOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropCheckConstraintOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropCheckConstraintOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropCheckConstraintOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropColumnOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropColumnOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropColumnOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropForeignKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropForeignKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropForeignKeyOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropIndexOperation, IModel, MigrationCommandListBuilder)

Veritabanı sağlayıcıları tarafından verilen üzerinde çağrılar yaparak için komutları DropIndexOperation derlemeleri geçersiz MigrationCommandListBuilder kılınabilir.

Bu yöntemin varsayılan uygulamasının tarafından at olduğunu NotImplementedException unutmayın. Sağlayıcılar bu tür bir işlemi destekleyecekse geçersiz kılmaları gerekir.

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

Parametreler

operation
DropIndexOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropPrimaryKeyOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropPrimaryKeyOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropPrimaryKeyOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(DropSchemaOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak DropSchemaOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
DropSchemaOperation

işlemi.

model
IModel

İşlemler model null olmadan mevcutsa hedef model olabilir.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır

Generate(CreateIndexOperation, IModel, MigrationCommandListBuilder)

Verilen üzerinde çağrı yaparak CreateIndexOperation verilen için komutlar derlemesi MigrationCommandListBuilder ve ardından son komutu sonlandırılır.

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

Parametreler

operation
CreateIndexOperation

işlemi.

model
IModel

İşlemler model olmadan mevcutsa null olabilir hedef model.

builder
MigrationCommandListBuilder

Komutları derlemek için kullanabileceğiniz komut oluşturucu.

Şunlara uygulanır