Compartir a través de


CSharpMigrationOperationGenerator.Generate Método

Definición

Sobrecargas

Generate(InsertDataOperation, IndentedStringBuilder)

Genera código para .InsertDataOperation

Generate(InsertDataOperation, IndentedStringBuilder)

Genera código para .InsertDataOperation

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Genera código para .EnsureSchemaOperation

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Genera código para .EnsureSchemaOperation

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Genera código para .DropUniqueConstraintOperation

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Genera código para .DropUniqueConstraintOperation

Generate(DropSequenceOperation, IndentedStringBuilder)

Genera código para .DropSequenceOperation

Generate(DropTableOperation, IndentedStringBuilder)

Genera código para .DropTableOperation

Generate(MigrationOperation, IndentedStringBuilder)

Genera código para un objeto desconocido MigrationOperation.

Generate(DropSequenceOperation, IndentedStringBuilder)

Genera código para .DropSequenceOperation

Generate(DropSchemaOperation, IndentedStringBuilder)

Genera código para .DropSchemaOperation

Generate(DropSchemaOperation, IndentedStringBuilder)

Genera código para .DropSchemaOperation

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Genera código para .DropPrimaryKeyOperation

Generate(DropTableOperation, IndentedStringBuilder)

Genera código para .DropTableOperation

Generate(MigrationOperation, IndentedStringBuilder)

Genera código para un objeto desconocido MigrationOperation.

Generate(RenameIndexOperation, IndentedStringBuilder)

Genera código para .RenameIndexOperation

Generate(RenameColumnOperation, IndentedStringBuilder)

Genera código para .RenameColumnOperation

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Genera código para crear MigrationOperation objetos.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Genera código para crear MigrationOperation objetos.

Generate(UpdateDataOperation, IndentedStringBuilder)

Genera código para .UpdateDataOperation

Generate(UpdateDataOperation, IndentedStringBuilder)

Genera código para .UpdateDataOperation

Generate(SqlOperation, IndentedStringBuilder)

Genera código para .SqlOperation

Generate(SqlOperation, IndentedStringBuilder)

Genera código para .SqlOperation

Generate(RenameColumnOperation, IndentedStringBuilder)

Genera código para .RenameColumnOperation

Generate(RestartSequenceOperation, IndentedStringBuilder)

Genera código para .RestartSequenceOperation

Generate(RenameTableOperation, IndentedStringBuilder)

Genera código para .RenameTableOperation

Generate(RenameTableOperation, IndentedStringBuilder)

Genera código para .RenameTableOperation

Generate(RenameSequenceOperation, IndentedStringBuilder)

Genera código para .RenameSequenceOperation

Generate(RenameSequenceOperation, IndentedStringBuilder)

Genera código para .RenameSequenceOperation

Generate(RenameIndexOperation, IndentedStringBuilder)

Genera código para .RenameIndexOperation

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Genera código para .DropPrimaryKeyOperation

Generate(RestartSequenceOperation, IndentedStringBuilder)

Genera código para .RestartSequenceOperation

Generate(DropIndexOperation, IndentedStringBuilder)

Genera código para un DropIndexOperationobjeto .

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Genera código para un DropForeignKeyOperationobjeto .

Generate(AlterTableOperation, IndentedStringBuilder)

Genera código para un AlterTableOperationobjeto .

Generate(AddColumnOperation, IndentedStringBuilder)

Genera código para un AddColumnOperationobjeto .

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Genera código para un AddForeignKeyOperationobjeto .

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Genera código para un AddForeignKeyOperationobjeto .

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Genera código para un AddPrimaryKeyOperationobjeto .

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Genera código para un AddPrimaryKeyOperationobjeto .

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Genera código para un AddUniqueConstraintOperationobjeto .

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Genera código para un AddUniqueConstraintOperationobjeto .

Generate(AlterColumnOperation, IndentedStringBuilder)

Genera código para un AlterColumnOperationobjeto .

Generate(AlterColumnOperation, IndentedStringBuilder)

Genera código para un AlterColumnOperationobjeto .

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Genera código para un AlterDatabaseOperationobjeto .

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Genera código para un AlterDatabaseOperationobjeto .

Generate(AlterSequenceOperation, IndentedStringBuilder)

Genera código para un AlterSequenceOperationobjeto .

Generate(AlterSequenceOperation, IndentedStringBuilder)

Genera código para un AlterSequenceOperationobjeto .

Generate(DropIndexOperation, IndentedStringBuilder)

Genera código para un DropIndexOperationobjeto .

Generate(AlterTableOperation, IndentedStringBuilder)

Genera código para un AlterTableOperationobjeto .

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

Genera código para un CreateCheckConstraintOperationobjeto .

Generate(CreateIndexOperation, IndentedStringBuilder)

Genera código para un CreateIndexOperationobjeto .

Generate(CreateIndexOperation, IndentedStringBuilder)

Genera código para un CreateIndexOperationobjeto .

Generate(CreateSequenceOperation, IndentedStringBuilder)

Genera código para un CreateSequenceOperationobjeto .

Generate(CreateSequenceOperation, IndentedStringBuilder)

Genera código para un CreateSequenceOperationobjeto .

Generate(CreateTableOperation, IndentedStringBuilder)

Genera código para un CreateTableOperationobjeto .

Generate(CreateTableOperation, IndentedStringBuilder)

Genera código para un CreateTableOperationobjeto .

Generate(DeleteDataOperation, IndentedStringBuilder)

Genera código para un DeleteDataOperationobjeto .

Generate(DeleteDataOperation, IndentedStringBuilder)

Genera código para un DeleteDataOperationobjeto .

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Genera código para un DropCheckConstraintOperationobjeto .

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Genera código para un DropCheckConstraintOperationobjeto .

Generate(DropColumnOperation, IndentedStringBuilder)

Genera código para un DropColumnOperationobjeto .

Generate(DropColumnOperation, IndentedStringBuilder)

Genera código para un DropColumnOperationobjeto .

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Genera código para un DropForeignKeyOperationobjeto .

Generate(AddColumnOperation, IndentedStringBuilder)

Genera código para un AddColumnOperationobjeto .

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

Genera código para un AddCheckConstraintOperationobjeto .

Generate(InsertDataOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
InsertDataOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(InsertDataOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
InsertDataOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
EnsureSchemaOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
EnsureSchemaOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropUniqueConstraintOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropUniqueConstraintOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropSequenceOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropTableOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(MigrationOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un objeto desconocido 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)

Parámetros

operation
MigrationOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropSequenceOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropSchemaOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropSchemaOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropSchemaOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropSchemaOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropPrimaryKeyOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropTableOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(MigrationOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un objeto desconocido 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)

Parámetros

operation
MigrationOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameIndexOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
RenameIndexOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
RenameColumnOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para crear MigrationOperation objetos.

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)

Parámetros

builderName
String

Nombre de MigrationOperation la variable.

operations
IReadOnlyList<MigrationOperation>

Las operaciones.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Implementaciones

Se aplica a

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para crear MigrationOperation objetos.

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)

Parámetros

builderName
String

Nombre de MigrationOperation la variable.

operations
IReadOnlyList<MigrationOperation>

Las operaciones.

builder
IndentedStringBuilder

El código del generador se agrega a .

Implementaciones

Se aplica a

Generate(UpdateDataOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
UpdateDataOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(UpdateDataOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
UpdateDataOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(SqlOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
SqlOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(SqlOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un SqlOperationobjeto .

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)

Parámetros

operation
SqlOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RenameColumnOperationobjeto .

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)

Parámetros

operation
RenameColumnOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RestartSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RestartSequenceOperationobjeto .

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)

Parámetros

operation
RestartSequenceOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RenameTableOperationobjeto .

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)

Parámetros

operation
RenameTableOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RenameTableOperationobjeto .

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)

Parámetros

operation
RenameTableOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RenameSequenceOperationobjeto .

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)

Parámetros

operation
RenameSequenceOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RenameSequenceOperationobjeto .

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)

Parámetros

operation
RenameSequenceOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RenameIndexOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RenameIndexOperationobjeto .

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)

Parámetros

operation
RenameIndexOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un DropPrimaryKeyOperationobjeto .

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)

Parámetros

operation
DropPrimaryKeyOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(RestartSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un RestartSequenceOperationobjeto .

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)

Parámetros

operation
RestartSequenceOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropIndexOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un DropIndexOperationobjeto .

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)

Parámetros

operation
DropIndexOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un DropForeignKeyOperationobjeto .

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)

Parámetros

operation
DropForeignKeyOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterTableOperationobjeto .

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)

Parámetros

operation
AlterTableOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AddColumnOperationobjeto .

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)

Parámetros

operation
AddColumnOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AddForeignKeyOperationobjeto .

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)

Parámetros

operation
AddForeignKeyOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AddForeignKeyOperationobjeto .

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)

Parámetros

operation
AddForeignKeyOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AddPrimaryKeyOperationobjeto .

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)

Parámetros

operation
AddPrimaryKeyOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AddPrimaryKeyOperationobjeto .

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)

Parámetros

operation
AddPrimaryKeyOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AddUniqueConstraintOperationobjeto .

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)

Parámetros

operation
AddUniqueConstraintOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AddUniqueConstraintOperationobjeto .

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)

Parámetros

operation
AddUniqueConstraintOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterColumnOperationobjeto .

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)

Parámetros

operation
AlterColumnOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterColumnOperationobjeto .

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)

Parámetros

operation
AlterColumnOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterDatabaseOperationobjeto .

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)

Parámetros

operation
AlterDatabaseOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterDatabaseOperationobjeto .

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)

Parámetros

operation
AlterDatabaseOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterSequenceOperationobjeto .

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)

Parámetros

operation
AlterSequenceOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterSequenceOperationobjeto .

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)

Parámetros

operation
AlterSequenceOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropIndexOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un DropIndexOperationobjeto .

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)

Parámetros

operation
DropIndexOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AlterTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un AlterTableOperationobjeto .

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)

Parámetros

operation
AlterTableOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un CreateCheckConstraintOperationobjeto .

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)

Parámetros

operation
CreateCheckConstraintOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(CreateIndexOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un CreateIndexOperationobjeto .

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)

Parámetros

operation
CreateIndexOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(CreateIndexOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un CreateIndexOperationobjeto .

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)

Parámetros

operation
CreateIndexOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(CreateSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un CreateSequenceOperationobjeto .

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)

Parámetros

operation
CreateSequenceOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(CreateSequenceOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para un CreateSequenceOperationobjeto .

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)

Parámetros

operation
CreateSequenceOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(CreateTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
CreateTableOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(CreateTableOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
CreateTableOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DeleteDataOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DeleteDataOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DeleteDataOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DeleteDataOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropCheckConstraintOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropCheckConstraintOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropColumnOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropColumnOperation

Operación.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
DropForeignKeyOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddColumnOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
AddColumnOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para .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)

Parámetros

operation
AddCheckConstraintOperation

Operación.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a