SqliteMigrationsSqlGenerator.Generate Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Generate(DropUniqueConstraintOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropUniqueConstraintOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropUniqueConstraintOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(EnsureSchemaOperation, IModel, MigrationCommandListBuilder)
Şemalar SQLite tarafından desteklenmediğinden ve test uyumluluğunu geliştirmek için sessizce yoksayıldığı için yoksayılır.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As EnsureSchemaOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- EnsureSchemaOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(RenameColumnOperation, IModel, MigrationCommandListBuilder)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen RenameTableOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As RenameColumnOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- RenameColumnOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(RenameIndexOperation, IModel, MigrationCommandListBuilder)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen RenameIndexOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As RenameIndexOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- RenameIndexOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(RenameSequenceOperation, IModel, MigrationCommandListBuilder)
SQLite dizileri NotSupportedException desteklemediğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As RenameSequenceOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- RenameSequenceOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(RenameTableOperation, IModel, MigrationCommandListBuilder)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen RenameTableOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As RenameTableOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- RenameTableOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(RestartSequenceOperation, IModel, MigrationCommandListBuilder)
SQLite dizileri NotSupportedException desteklemediğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As RestartSequenceOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- RestartSequenceOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(CreateTableOperation, IModel, MigrationCommandListBuilder, Boolean)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen CreateTableOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overrides Sub Generate (operation As CreateTableOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)
Parametreler
- operation
- CreateTableOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları derlemek için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Generate(AddColumnOperation, IModel, MigrationCommandListBuilder, Boolean)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen AddColumnOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overrides Sub Generate (operation As AddColumnOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Parametreler
- operation
- AddColumnOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Generate(AddForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overrides Sub Generate (operation As AddForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)
Parametreler
- operation
- AddForeignKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Generate(AddPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overrides Sub Generate (operation As AddPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)
Parametreler
- operation
- AddPrimaryKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Generate(DropSequenceOperation, IModel, MigrationCommandListBuilder)
SQLite dizileri NotSupportedException desteklemediğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropSequenceOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropSequenceOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(DropColumnOperation, IModel, MigrationCommandListBuilder, Boolean)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overrides Sub Generate (operation As DropColumnOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)
Parametreler
- operation
- DropColumnOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Generate(DropForeignKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overrides Sub Generate (operation As DropForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)
Parametreler
- operation
- DropForeignKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Generate(IReadOnlyList<MigrationOperation>, IModel, MigrationsSqlGenerationOptions)
İşlem listesinden komutlar oluşturur.
public override 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 override 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);
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 Overrides 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
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- options
- MigrationsSqlGenerationOptions
Komut oluştururken kullanılacak seçenekler.
Döndürülenler
Yürütülecek veya betik oluşturulacak komutların listesi.
Şunlara uygulanır
Generate(DropSchemaOperation, IModel, MigrationCommandListBuilder)
Şemalar SQLite tarafından desteklenmediğinden ve test uyumluluğunu geliştirmek için sessizce yoksayıldığından yoksayılır.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropSchemaOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropSchemaOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(DropCheckConstraintOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropCheckConstraintOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropCheckConstraintOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(DropIndexOperation, IModel, MigrationCommandListBuilder)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen DropIndexOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropIndexOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropIndexOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(IReadOnlyList<MigrationOperation>, IModel)
İşlem listesinden komutlar oluşturur.
public override 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);
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 Overrides Function Generate (operations As IReadOnlyList(Of MigrationOperation), Optional model As IModel = Nothing) As IReadOnlyList(Of MigrationCommand)
Parametreler
- operations
- IReadOnlyList<MigrationOperation>
İşlemler.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
Döndürülenler
Yürütülecek veya betik oluşturulacak komutların listesi.
Şunlara uygulanır
Generate(AddCheckConstraintOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As AddCheckConstraintOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- AddCheckConstraintOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(AddForeignKeyOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As AddForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- AddForeignKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(AddPrimaryKeyOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As AddPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- AddPrimaryKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(AddUniqueConstraintOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As AddUniqueConstraintOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- AddUniqueConstraintOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(AlterColumnOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As AlterColumnOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- AlterColumnOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(DropPrimaryKeyOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropPrimaryKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(AlterDatabaseOperation, IModel, MigrationCommandListBuilder)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen AlterDatabaseOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As AlterDatabaseOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- AlterDatabaseOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(CreateCheckConstraintOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As CreateCheckConstraintOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- CreateCheckConstraintOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(CreateSequenceOperation, IModel, MigrationCommandListBuilder)
SQLite dizileri NotSupportedException desteklemediğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As CreateSequenceOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- CreateSequenceOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(CreateTableOperation, IModel, MigrationCommandListBuilder)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen CreateTableOperation için komutlar oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As CreateTableOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- CreateTableOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(DropIndexOperation, IModel, MigrationCommandListBuilder, Boolean)
Verilen üzerinde MigrationCommandListBuilderçağrılar yaparak verilen DropIndexOperation için komutlar oluşturur.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate);
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, terminate As Boolean)
Protected Overrides Sub Generate (operation As DropIndexOperation, model As IModel, builder As MigrationCommandListBuilder, terminate As Boolean)
Parametreler
- operation
- DropIndexOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Generate(DropColumnOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropColumnOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropColumnOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(DropForeignKeyOperation, IModel, MigrationCommandListBuilder)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As DropForeignKeyOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- DropForeignKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(AlterSequenceOperation, IModel, MigrationCommandListBuilder)
SQLite dizileri NotSupportedException desteklemediğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overrides Sub Generate (operation As AlterSequenceOperation, model As IModel, builder As MigrationCommandListBuilder)
Parametreler
- operation
- AlterSequenceOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
Şunlara uygulanır
Generate(DropPrimaryKeyOperation, IModel, MigrationCommandListBuilder, Boolean)
NotSupportedException Bu işlem henüz desteklenmeyen tablo yeniden derlemeleri gerektirdiğinden oluşturur.
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
protected override void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Metadata.IModel? model, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool terminate = true);
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overrides Sub Generate (operation As DropPrimaryKeyOperation, model As IModel, builder As MigrationCommandListBuilder, Optional terminate As Boolean = true)
Parametreler
- operation
- DropPrimaryKeyOperation
İşlem.
- model
- IModel
İşlemlerin bir model olmadan mevcut olması null
durumunda olabilecek hedef model.
- builder
- MigrationCommandListBuilder
Komutları oluşturmak için kullanılacak komut oluşturucu.
- terminate
- Boolean
İşlem için SQL oluşturulduktan sonra komutun sonlandırılıp sonlandırılmayacağını gösterir.
Şunlara uygulanır
Entity Framework