CSharpMigrationOperationGenerator.Generate Yöntem

Tanım

Aşırı Yüklemeler

Generate(InsertDataOperation, IndentedStringBuilder)

İçin kod üretir InsertDataOperation .

Generate(InsertDataOperation, IndentedStringBuilder)

İçin kod üretir InsertDataOperation .

Generate(EnsureSchemaOperation, IndentedStringBuilder)

İçin kod üretir EnsureSchemaOperation .

Generate(EnsureSchemaOperation, IndentedStringBuilder)

İçin kod üretir EnsureSchemaOperation .

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropUniqueConstraintOperation .

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropUniqueConstraintOperation .

Generate(DropSequenceOperation, IndentedStringBuilder)

İçin kod üretir DropSequenceOperation .

Generate(DropTableOperation, IndentedStringBuilder)

İçin kod üretir DropTableOperation .

Generate(MigrationOperation, IndentedStringBuilder)

Bilinmeyen bir kod üretir MigrationOperation .

Generate(DropSequenceOperation, IndentedStringBuilder)

İçin kod üretir DropSequenceOperation .

Generate(DropSchemaOperation, IndentedStringBuilder)

İçin kod üretir DropSchemaOperation .

Generate(DropSchemaOperation, IndentedStringBuilder)

İçin kod üretir DropSchemaOperation .

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir DropPrimaryKeyOperation .

Generate(DropTableOperation, IndentedStringBuilder)

İçin kod üretir DropTableOperation .

Generate(MigrationOperation, IndentedStringBuilder)

Bilinmeyen bir kod üretir MigrationOperation .

Generate(RenameIndexOperation, IndentedStringBuilder)

İçin kod üretir RenameIndexOperation .

Generate(RenameColumnOperation, IndentedStringBuilder)

İçin kod üretir RenameColumnOperation .

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

Generate(UpdateDataOperation, IndentedStringBuilder)

için kod UpdateDataOperation üretir.

Generate(UpdateDataOperation, IndentedStringBuilder)

İçin kod üretir UpdateDataOperation .

Generate(SqlOperation, IndentedStringBuilder)

İçin kod üretir SqlOperation .

Generate(SqlOperation, IndentedStringBuilder)

İçin kod üretir SqlOperation .

Generate(RenameColumnOperation, IndentedStringBuilder)

İçin kod üretir RenameColumnOperation .

Generate(RestartSequenceOperation, IndentedStringBuilder)

İçin kod üretir RestartSequenceOperation .

Generate(RenameTableOperation, IndentedStringBuilder)

İçin kod üretir RenameTableOperation .

Generate(RenameTableOperation, IndentedStringBuilder)

İçin kod üretir RenameTableOperation .

Generate(RenameSequenceOperation, IndentedStringBuilder)

İçin kod üretir RenameSequenceOperation .

Generate(RenameSequenceOperation, IndentedStringBuilder)

İçin kod üretir RenameSequenceOperation .

Generate(RenameIndexOperation, IndentedStringBuilder)

İçin kod üretir RenameIndexOperation .

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir DropPrimaryKeyOperation .

Generate(RestartSequenceOperation, IndentedStringBuilder)

İçin kod üretir RestartSequenceOperation .

Generate(DropIndexOperation, IndentedStringBuilder)

İçin kod üretir DropIndexOperation .

Generate(DropForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir DropForeignKeyOperation .

Generate(AlterTableOperation, IndentedStringBuilder)

İçin kod üretir AlterTableOperation .

Generate(AddColumnOperation, IndentedStringBuilder)

İçin kod üretir AddColumnOperation .

Generate(AddForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir AddForeignKeyOperation .

Generate(AddForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir AddForeignKeyOperation .

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir AddPrimaryKeyOperation .

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir AddPrimaryKeyOperation .

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir AddUniqueConstraintOperation .

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir AddUniqueConstraintOperation .

Generate(AlterColumnOperation, IndentedStringBuilder)

İçin kod üretir AlterColumnOperation .

Generate(AlterColumnOperation, IndentedStringBuilder)

İçin kod üretir AlterColumnOperation .

Generate(AlterDatabaseOperation, IndentedStringBuilder)

İçin kod üretir AlterDatabaseOperation .

Generate(AlterDatabaseOperation, IndentedStringBuilder)

İçin kod üretir AlterDatabaseOperation .

Generate(AlterSequenceOperation, IndentedStringBuilder)

İçin kod üretir AlterSequenceOperation .

Generate(AlterSequenceOperation, IndentedStringBuilder)

İçin kod üretir AlterSequenceOperation .

Generate(DropIndexOperation, IndentedStringBuilder)

İçin kod üretir DropIndexOperation .

Generate(AlterTableOperation, IndentedStringBuilder)

İçin kod üretir AlterTableOperation .

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir CreateCheckConstraintOperation .

Generate(CreateIndexOperation, IndentedStringBuilder)

İçin kod üretir CreateIndexOperation .

Generate(CreateIndexOperation, IndentedStringBuilder)

İçin kod üretir CreateIndexOperation .

Generate(CreateSequenceOperation, IndentedStringBuilder)

İçin kod üretir CreateSequenceOperation .

Generate(CreateSequenceOperation, IndentedStringBuilder)

İçin kod üretir CreateSequenceOperation .

Generate(CreateTableOperation, IndentedStringBuilder)

İçin kod üretir CreateTableOperation .

Generate(CreateTableOperation, IndentedStringBuilder)

İçin kod üretir CreateTableOperation .

Generate(DeleteDataOperation, IndentedStringBuilder)

İçin kod üretir DeleteDataOperation .

Generate(DeleteDataOperation, IndentedStringBuilder)

İçin kod üretir DeleteDataOperation .

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropCheckConstraintOperation .

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropCheckConstraintOperation .

Generate(DropColumnOperation, IndentedStringBuilder)

İçin kod üretir DropColumnOperation .

Generate(DropColumnOperation, IndentedStringBuilder)

İçin kod üretir DropColumnOperation .

Generate(DropForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir DropForeignKeyOperation .

Generate(AddColumnOperation, IndentedStringBuilder)

İçin kod üretir AddColumnOperation .

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir AddCheckConstraintOperation .

Generate(InsertDataOperation, IndentedStringBuilder)

İçin kod üretir InsertDataOperation .

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

Parametreler

operation
InsertDataOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(InsertDataOperation, IndentedStringBuilder)

İçin kod üretir InsertDataOperation .

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

Parametreler

operation
InsertDataOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(EnsureSchemaOperation, IndentedStringBuilder)

İçin kod üretir EnsureSchemaOperation .

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

Parametreler

operation
EnsureSchemaOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(EnsureSchemaOperation, IndentedStringBuilder)

İçin kod üretir EnsureSchemaOperation .

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

Parametreler

operation
EnsureSchemaOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropUniqueConstraintOperation .

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

Parametreler

operation
DropUniqueConstraintOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropUniqueConstraintOperation .

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

Parametreler

operation
DropUniqueConstraintOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropSequenceOperation, IndentedStringBuilder)

İçin kod üretir DropSequenceOperation .

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

Parametreler

operation
DropSequenceOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropTableOperation, IndentedStringBuilder)

İçin kod üretir DropTableOperation .

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

Parametreler

operation
DropTableOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(MigrationOperation, IndentedStringBuilder)

Bilinmeyen bir kod üretir MigrationOperation .

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

Parametreler

operation
MigrationOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropSequenceOperation, IndentedStringBuilder)

İçin kod üretir DropSequenceOperation .

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

Parametreler

operation
DropSequenceOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropSchemaOperation, IndentedStringBuilder)

İçin kod üretir DropSchemaOperation .

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

Parametreler

operation
DropSchemaOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropSchemaOperation, IndentedStringBuilder)

İçin kod üretir DropSchemaOperation .

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

Parametreler

operation
DropSchemaOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir DropPrimaryKeyOperation .

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

Parametreler

operation
DropPrimaryKeyOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropTableOperation, IndentedStringBuilder)

İçin kod üretir DropTableOperation .

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

Parametreler

operation
DropTableOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(MigrationOperation, IndentedStringBuilder)

Bilinmeyen bir kod üretir MigrationOperation .

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

Parametreler

operation
MigrationOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameIndexOperation, IndentedStringBuilder)

İçin kod üretir RenameIndexOperation .

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

Parametreler

operation
RenameIndexOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameColumnOperation, IndentedStringBuilder)

İçin kod üretir RenameColumnOperation .

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

Parametreler

operation
RenameColumnOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

public virtual void Generate (string builderName, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Public Overridable Sub Generate (builderName As String, operations As IReadOnlyList(Of MigrationOperation), builder As IndentedStringBuilder)

Parametreler

builderName
String

Değişken MigrationOperation adı.

operations
IReadOnlyList<MigrationOperation>

İşlemler.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu,'a eklenir.

Uygulamalar

Şunlara uygulanır

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

public virtual void Generate (string builderName, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Public Overridable Sub Generate (builderName As String, operations As IReadOnlyList(Of MigrationOperation), builder As IndentedStringBuilder)

Parametreler

builderName
String

Değişken MigrationOperation adı.

operations
IReadOnlyList<MigrationOperation>

İşlemler.

builder
IndentedStringBuilder

Oluşturucu kodu,'a eklenir.

Uygulamalar

Şunlara uygulanır

Generate(UpdateDataOperation, IndentedStringBuilder)

için kod UpdateDataOperation üretir.

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

Parametreler

operation
UpdateDataOperation

işlemi.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu,'a eklenir.

Şunlara uygulanır

Generate(UpdateDataOperation, IndentedStringBuilder)

İçin kod üretir UpdateDataOperation .

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

Parametreler

operation
UpdateDataOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(SqlOperation, IndentedStringBuilder)

İçin kod üretir SqlOperation .

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

Parametreler

operation
SqlOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(SqlOperation, IndentedStringBuilder)

İçin kod üretir SqlOperation .

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

Parametreler

operation
SqlOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameColumnOperation, IndentedStringBuilder)

İçin kod üretir RenameColumnOperation .

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

Parametreler

operation
RenameColumnOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RestartSequenceOperation, IndentedStringBuilder)

İçin kod üretir RestartSequenceOperation .

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

Parametreler

operation
RestartSequenceOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameTableOperation, IndentedStringBuilder)

İçin kod üretir RenameTableOperation .

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

Parametreler

operation
RenameTableOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameTableOperation, IndentedStringBuilder)

İçin kod üretir RenameTableOperation .

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

Parametreler

operation
RenameTableOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameSequenceOperation, IndentedStringBuilder)

İçin kod üretir RenameSequenceOperation .

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

Parametreler

operation
RenameSequenceOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameSequenceOperation, IndentedStringBuilder)

İçin kod üretir RenameSequenceOperation .

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

Parametreler

operation
RenameSequenceOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RenameIndexOperation, IndentedStringBuilder)

İçin kod üretir RenameIndexOperation .

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

Parametreler

operation
RenameIndexOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir DropPrimaryKeyOperation .

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

Parametreler

operation
DropPrimaryKeyOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(RestartSequenceOperation, IndentedStringBuilder)

İçin kod üretir RestartSequenceOperation .

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

Parametreler

operation
RestartSequenceOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropIndexOperation, IndentedStringBuilder)

İçin kod üretir DropIndexOperation .

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

Parametreler

operation
DropIndexOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir DropForeignKeyOperation .

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

Parametreler

operation
DropForeignKeyOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterTableOperation, IndentedStringBuilder)

İçin kod üretir AlterTableOperation .

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

Parametreler

operation
AlterTableOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddColumnOperation, IndentedStringBuilder)

İçin kod üretir AddColumnOperation .

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

Parametreler

operation
AddColumnOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir AddForeignKeyOperation .

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

Parametreler

operation
AddForeignKeyOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir AddForeignKeyOperation .

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

Parametreler

operation
AddForeignKeyOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir AddPrimaryKeyOperation .

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

Parametreler

operation
AddPrimaryKeyOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

İçin kod üretir AddPrimaryKeyOperation .

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

Parametreler

operation
AddPrimaryKeyOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir AddUniqueConstraintOperation .

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

Parametreler

operation
AddUniqueConstraintOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

İçin kod üretir AddUniqueConstraintOperation .

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

Parametreler

operation
AddUniqueConstraintOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterColumnOperation, IndentedStringBuilder)

İçin kod üretir AlterColumnOperation .

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

Parametreler

operation
AlterColumnOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterColumnOperation, IndentedStringBuilder)

İçin kod üretir AlterColumnOperation .

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

Parametreler

operation
AlterColumnOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterDatabaseOperation, IndentedStringBuilder)

İçin kod üretir AlterDatabaseOperation .

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

Parametreler

operation
AlterDatabaseOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterDatabaseOperation, IndentedStringBuilder)

İçin kod üretir AlterDatabaseOperation .

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

Parametreler

operation
AlterDatabaseOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterSequenceOperation, IndentedStringBuilder)

İçin kod üretir AlterSequenceOperation .

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

Parametreler

operation
AlterSequenceOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterSequenceOperation, IndentedStringBuilder)

İçin kod üretir AlterSequenceOperation .

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

Parametreler

operation
AlterSequenceOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropIndexOperation, IndentedStringBuilder)

İçin kod üretir DropIndexOperation .

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

Parametreler

operation
DropIndexOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AlterTableOperation, IndentedStringBuilder)

İçin kod üretir AlterTableOperation .

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

Parametreler

operation
AlterTableOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir CreateCheckConstraintOperation .

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

Parametreler

operation
CreateCheckConstraintOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(CreateIndexOperation, IndentedStringBuilder)

İçin kod üretir CreateIndexOperation .

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

Parametreler

operation
CreateIndexOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(CreateIndexOperation, IndentedStringBuilder)

İçin kod üretir CreateIndexOperation .

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

Parametreler

operation
CreateIndexOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(CreateSequenceOperation, IndentedStringBuilder)

İçin kod üretir CreateSequenceOperation .

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

Parametreler

operation
CreateSequenceOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(CreateSequenceOperation, IndentedStringBuilder)

İçin kod üretir CreateSequenceOperation .

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

Parametreler

operation
CreateSequenceOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(CreateTableOperation, IndentedStringBuilder)

İçin kod üretir CreateTableOperation .

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

Parametreler

operation
CreateTableOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(CreateTableOperation, IndentedStringBuilder)

İçin kod üretir CreateTableOperation .

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

Parametreler

operation
CreateTableOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DeleteDataOperation, IndentedStringBuilder)

İçin kod üretir DeleteDataOperation .

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

Parametreler

operation
DeleteDataOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DeleteDataOperation, IndentedStringBuilder)

İçin kod üretir DeleteDataOperation .

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

Parametreler

operation
DeleteDataOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropCheckConstraintOperation .

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

Parametreler

operation
DropCheckConstraintOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir DropCheckConstraintOperation .

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

Parametreler

operation
DropCheckConstraintOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropColumnOperation, IndentedStringBuilder)

İçin kod üretir DropColumnOperation .

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

Parametreler

operation
DropColumnOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropColumnOperation, IndentedStringBuilder)

İçin kod üretir DropColumnOperation .

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

Parametreler

operation
DropColumnOperation

İşlem.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(DropForeignKeyOperation, IndentedStringBuilder)

İçin kod üretir DropForeignKeyOperation .

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

Parametreler

operation
DropForeignKeyOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddColumnOperation, IndentedStringBuilder)

İçin kod üretir AddColumnOperation .

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

Parametreler

operation
AddColumnOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

İçin kod üretir AddCheckConstraintOperation .

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

Parametreler

operation
AddCheckConstraintOperation

İşlem.

builder
IndentedStringBuilder

Oluşturucu kodu öğesine eklenir.

Şunlara uygulanır