次の方法で共有


CSharpMigrationOperationGenerator.Generate メソッド

定義

オーバーロード

Generate(InsertDataOperation, IndentedStringBuilder)

のコードを生成します InsertDataOperation

Generate(InsertDataOperation, IndentedStringBuilder)

のコードを生成します InsertDataOperation

Generate(EnsureSchemaOperation, IndentedStringBuilder)

のコードを生成します EnsureSchemaOperation

Generate(EnsureSchemaOperation, IndentedStringBuilder)

のコードを生成します EnsureSchemaOperation

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

のコードを DropUniqueConstraintOperation生成します。

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

のコードを DropUniqueConstraintOperation生成します。

Generate(DropSequenceOperation, IndentedStringBuilder)

のコードを DropSequenceOperation生成します。

Generate(DropTableOperation, IndentedStringBuilder)

のコードを DropTableOperation生成します。

Generate(MigrationOperation, IndentedStringBuilder)

不明 MigrationOperationな のコードを生成します。

Generate(DropSequenceOperation, IndentedStringBuilder)

のコードを DropSequenceOperation生成します。

Generate(DropSchemaOperation, IndentedStringBuilder)

のコードを DropSchemaOperation生成します。

Generate(DropSchemaOperation, IndentedStringBuilder)

のコードを DropSchemaOperation生成します。

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

のコードを DropPrimaryKeyOperation生成します。

Generate(DropTableOperation, IndentedStringBuilder)

のコードを DropTableOperation生成します。

Generate(MigrationOperation, IndentedStringBuilder)

不明 MigrationOperationな のコードを生成します。

Generate(RenameIndexOperation, IndentedStringBuilder)

のコードを RenameIndexOperation生成します。

Generate(RenameColumnOperation, IndentedStringBuilder)

のコードを RenameColumnOperation生成します。

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

オブジェクトを作成するためのコードを MigrationOperation 生成します。

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

オブジェクトを作成するためのコードを MigrationOperation 生成します。

Generate(UpdateDataOperation, IndentedStringBuilder)

のコードを生成します UpdateDataOperation

Generate(UpdateDataOperation, IndentedStringBuilder)

のコードを生成します UpdateDataOperation

Generate(SqlOperation, IndentedStringBuilder)

のコードを SqlOperation生成します。

Generate(SqlOperation, IndentedStringBuilder)

のコードを SqlOperation生成します。

Generate(RenameColumnOperation, IndentedStringBuilder)

のコードを RenameColumnOperation生成します。

Generate(RestartSequenceOperation, IndentedStringBuilder)

のコードを RestartSequenceOperation生成します。

Generate(RenameTableOperation, IndentedStringBuilder)

のコードを RenameTableOperation生成します。

Generate(RenameTableOperation, IndentedStringBuilder)

のコードを RenameTableOperation生成します。

Generate(RenameSequenceOperation, IndentedStringBuilder)

のコードを RenameSequenceOperation生成します。

Generate(RenameSequenceOperation, IndentedStringBuilder)

のコードを RenameSequenceOperation生成します。

Generate(RenameIndexOperation, IndentedStringBuilder)

のコードを RenameIndexOperation生成します。

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

のコードを DropPrimaryKeyOperation生成します。

Generate(RestartSequenceOperation, IndentedStringBuilder)

のコードを RestartSequenceOperation生成します。

Generate(DropIndexOperation, IndentedStringBuilder)

のコードを DropIndexOperation生成します。

Generate(DropForeignKeyOperation, IndentedStringBuilder)

のコードを DropForeignKeyOperation生成します。

Generate(AlterTableOperation, IndentedStringBuilder)

のコードを生成します AlterTableOperation

Generate(AddColumnOperation, IndentedStringBuilder)

のコードを生成します AddColumnOperation

Generate(AddForeignKeyOperation, IndentedStringBuilder)

のコードを生成します AddForeignKeyOperation

Generate(AddForeignKeyOperation, IndentedStringBuilder)

のコードを生成します AddForeignKeyOperation

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

のコードを生成します AddPrimaryKeyOperation

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

のコードを生成します AddPrimaryKeyOperation

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

のコードを生成します AddUniqueConstraintOperation

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

のコードを生成します AddUniqueConstraintOperation

Generate(AlterColumnOperation, IndentedStringBuilder)

のコードを生成します AlterColumnOperation

Generate(AlterColumnOperation, IndentedStringBuilder)

のコードを生成します AlterColumnOperation

Generate(AlterDatabaseOperation, IndentedStringBuilder)

のコードを生成します AlterDatabaseOperation

Generate(AlterDatabaseOperation, IndentedStringBuilder)

のコードを生成します AlterDatabaseOperation

Generate(AlterSequenceOperation, IndentedStringBuilder)

のコードを生成します AlterSequenceOperation

Generate(AlterSequenceOperation, IndentedStringBuilder)

のコードを生成します AlterSequenceOperation

Generate(DropIndexOperation, IndentedStringBuilder)

のコードを DropIndexOperation生成します。

Generate(AlterTableOperation, IndentedStringBuilder)

のコードを生成します AlterTableOperation

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

のコードを生成します CreateCheckConstraintOperation

Generate(CreateIndexOperation, IndentedStringBuilder)

のコードを CreateIndexOperation生成します。

Generate(CreateIndexOperation, IndentedStringBuilder)

のコードを CreateIndexOperation生成します。

Generate(CreateSequenceOperation, IndentedStringBuilder)

のコードを CreateSequenceOperation生成します。

Generate(CreateSequenceOperation, IndentedStringBuilder)

のコードを CreateSequenceOperation生成します。

Generate(CreateTableOperation, IndentedStringBuilder)

のコードを CreateTableOperation生成します。

Generate(CreateTableOperation, IndentedStringBuilder)

のコードを CreateTableOperation生成します。

Generate(DeleteDataOperation, IndentedStringBuilder)

のコードを DeleteDataOperation生成します。

Generate(DeleteDataOperation, IndentedStringBuilder)

のコードを DeleteDataOperation生成します。

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

のコードを DropCheckConstraintOperation生成します。

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

のコードを DropCheckConstraintOperation生成します。

Generate(DropColumnOperation, IndentedStringBuilder)

のコードを DropColumnOperation生成します。

Generate(DropColumnOperation, IndentedStringBuilder)

のコードを DropColumnOperation生成します。

Generate(DropForeignKeyOperation, IndentedStringBuilder)

のコードを DropForeignKeyOperation生成します。

Generate(AddColumnOperation, IndentedStringBuilder)

のコードを生成します AddColumnOperation

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

のコードを生成します AddCheckConstraintOperation

Generate(InsertDataOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
InsertDataOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(InsertDataOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
InsertDataOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(EnsureSchemaOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
EnsureSchemaOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(EnsureSchemaOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
EnsureSchemaOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropUniqueConstraintOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropUniqueConstraintOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropSequenceOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropTableOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(MigrationOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

不明 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)

パラメーター

operation
MigrationOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropSequenceOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropSchemaOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropSchemaOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropSchemaOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropSchemaOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropPrimaryKeyOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropTableOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(MigrationOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

不明 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)

パラメーター

operation
MigrationOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameIndexOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameIndexOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameColumnOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

オブジェクトを作成するためのコードを MigrationOperation 生成します。

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)

パラメーター

builderName
String

MigrationOperation変数名。

operations
IReadOnlyList<MigrationOperation>

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

実装

適用対象

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

オブジェクトを作成するためのコードを MigrationOperation 生成します。

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)

パラメーター

builderName
String

MigrationOperation変数名。

operations
IReadOnlyList<MigrationOperation>

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

実装

適用対象

Generate(UpdateDataOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します UpdateDataOperation

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)

パラメーター

operation
UpdateDataOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(UpdateDataOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
UpdateDataOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(SqlOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
SqlOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(SqlOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
SqlOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameColumnOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RestartSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RestartSequenceOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameTableOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameTableOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameSequenceOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameSequenceOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RenameIndexOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RenameIndexOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropPrimaryKeyOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(RestartSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
RestartSequenceOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropIndexOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropIndexOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropForeignKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropForeignKeyOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterTableOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddColumnOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddForeignKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddForeignKeyOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddForeignKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddForeignKeyOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddPrimaryKeyOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddPrimaryKeyOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddUniqueConstraintOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddUniqueConstraintOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterColumnOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterColumnOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterDatabaseOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterDatabaseOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterDatabaseOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterDatabaseOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterSequenceOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterSequenceOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropIndexOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropIndexOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AlterTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AlterTableOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
CreateCheckConstraintOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(CreateIndexOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
CreateIndexOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(CreateIndexOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
CreateIndexOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(CreateSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
CreateSequenceOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(CreateSequenceOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
CreateSequenceOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(CreateTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
CreateTableOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(CreateTableOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
CreateTableOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DeleteDataOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DeleteDataOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DeleteDataOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DeleteDataOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropCheckConstraintOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropCheckConstraintOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropColumnOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropColumnOperation

操作。

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(DropForeignKeyOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを 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)

パラメーター

operation
DropForeignKeyOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddColumnOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddColumnOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

のコードを生成します 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)

パラメーター

operation
AddCheckConstraintOperation

操作。

builder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象