Condividi tramite


CSharpMigrationOperationGenerator.Generate Metodo

Definizione

Overload

Generate(InsertDataOperation, IndentedStringBuilder)

Genera il codice per un oggetto InsertDataOperation.

Generate(InsertDataOperation, IndentedStringBuilder)

Genera il codice per un oggetto InsertDataOperation.

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Genera il codice per un oggetto EnsureSchemaOperation.

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Genera il codice per un oggetto EnsureSchemaOperation.

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropUniqueConstraintOperation.

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropUniqueConstraintOperation.

Generate(DropSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropSequenceOperation.

Generate(DropTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropTableOperation.

Generate(MigrationOperation, IndentedStringBuilder)

Genera il codice per un oggetto sconosciuto MigrationOperation.

Generate(DropSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropSequenceOperation.

Generate(DropSchemaOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropSchemaOperation.

Generate(DropSchemaOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropSchemaOperation.

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropPrimaryKeyOperation.

Generate(DropTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropTableOperation.

Generate(MigrationOperation, IndentedStringBuilder)

Genera il codice per un oggetto sconosciuto MigrationOperation.

Generate(RenameIndexOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameIndexOperation.

Generate(RenameColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameColumnOperation.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Genera il codice per la creazione di MigrationOperation oggetti.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Genera il codice per la creazione di MigrationOperation oggetti.

Generate(UpdateDataOperation, IndentedStringBuilder)

Genera il codice per un oggetto UpdateDataOperation.

Generate(UpdateDataOperation, IndentedStringBuilder)

Genera il codice per un oggetto UpdateDataOperation.

Generate(SqlOperation, IndentedStringBuilder)

Genera il codice per un oggetto SqlOperation.

Generate(SqlOperation, IndentedStringBuilder)

Genera il codice per un oggetto SqlOperation.

Generate(RenameColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameColumnOperation.

Generate(RestartSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto RestartSequenceOperation.

Generate(RenameTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameTableOperation.

Generate(RenameTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameTableOperation.

Generate(RenameSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameSequenceOperation.

Generate(RenameSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameSequenceOperation.

Generate(RenameIndexOperation, IndentedStringBuilder)

Genera il codice per un oggetto RenameIndexOperation.

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropPrimaryKeyOperation.

Generate(RestartSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto RestartSequenceOperation.

Generate(DropIndexOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropIndexOperation.

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropForeignKeyOperation.

Generate(AlterTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterTableOperation.

Generate(AddColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddColumnOperation.

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddForeignKeyOperation.

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddForeignKeyOperation.

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddPrimaryKeyOperation.

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddPrimaryKeyOperation.

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddUniqueConstraintOperation.

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddUniqueConstraintOperation.

Generate(AlterColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterColumnOperation.

Generate(AlterColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterColumnOperation.

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterDatabaseOperation.

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterDatabaseOperation.

Generate(AlterSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterSequenceOperation.

Generate(AlterSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterSequenceOperation.

Generate(DropIndexOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropIndexOperation.

Generate(AlterTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto AlterTableOperation.

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto CreateCheckConstraintOperation.

Generate(CreateIndexOperation, IndentedStringBuilder)

Genera il codice per un oggetto CreateIndexOperation.

Generate(CreateIndexOperation, IndentedStringBuilder)

Genera il codice per un oggetto CreateIndexOperation.

Generate(CreateSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto CreateSequenceOperation.

Generate(CreateSequenceOperation, IndentedStringBuilder)

Genera il codice per un oggetto CreateSequenceOperation.

Generate(CreateTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto CreateTableOperation.

Generate(CreateTableOperation, IndentedStringBuilder)

Genera il codice per un oggetto CreateTableOperation.

Generate(DeleteDataOperation, IndentedStringBuilder)

Genera il codice per un oggetto DeleteDataOperation.

Generate(DeleteDataOperation, IndentedStringBuilder)

Genera il codice per un oggetto DeleteDataOperation.

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropCheckConstraintOperation.

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropCheckConstraintOperation.

Generate(DropColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropColumnOperation.

Generate(DropColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropColumnOperation.

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Genera il codice per un oggetto DropForeignKeyOperation.

Generate(AddColumnOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddColumnOperation.

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

Genera il codice per un oggetto AddCheckConstraintOperation.

Generate(InsertDataOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
InsertDataOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(InsertDataOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
InsertDataOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
EnsureSchemaOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(EnsureSchemaOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
EnsureSchemaOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropUniqueConstraintOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropUniqueConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropUniqueConstraintOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropSequenceOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropTableOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(MigrationOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto sconosciuto 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)

Parametri

operation
MigrationOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropSequenceOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropSchemaOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropSchemaOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropSchemaOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropSchemaOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropPrimaryKeyOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropTableOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(MigrationOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto sconosciuto 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)

Parametri

operation
MigrationOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(RenameIndexOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
RenameIndexOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(RenameColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
RenameColumnOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per la creazione di MigrationOperation oggetti.

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)

Parametri

builderName
String

Nome della MigrationOperation variabile.

operations
IReadOnlyList<MigrationOperation>

Operazioni.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Implementazioni

Si applica a

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per la creazione di MigrationOperation oggetti.

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)

Parametri

builderName
String

Nome della MigrationOperation variabile.

operations
IReadOnlyList<MigrationOperation>

Operazioni.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Implementazioni

Si applica a

Generate(UpdateDataOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
UpdateDataOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(UpdateDataOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
UpdateDataOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(SqlOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
SqlOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(SqlOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un SqlOperationoggetto .

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)

Parametri

operation
SqlOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RenameColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RenameColumnOperationoggetto .

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)

Parametri

operation
RenameColumnOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RestartSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RestartSequenceOperationoggetto .

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)

Parametri

operation
RestartSequenceOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RenameTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RenameTableOperationoggetto .

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)

Parametri

operation
RenameTableOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RenameTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RenameTableOperationoggetto .

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)

Parametri

operation
RenameTableOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RenameSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RenameSequenceOperationoggetto .

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)

Parametri

operation
RenameSequenceOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RenameSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RenameSequenceOperationoggetto .

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)

Parametri

operation
RenameSequenceOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RenameIndexOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RenameIndexOperationoggetto .

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)

Parametri

operation
RenameIndexOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(DropPrimaryKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un DropPrimaryKeyOperationoggetto .

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)

Parametri

operation
DropPrimaryKeyOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(RestartSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un RestartSequenceOperationoggetto .

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)

Parametri

operation
RestartSequenceOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(DropIndexOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un DropIndexOperationoggetto .

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)

Parametri

operation
DropIndexOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un DropForeignKeyOperationoggetto .

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)

Parametri

operation
DropForeignKeyOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterTableOperationoggetto .

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)

Parametri

operation
AlterTableOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AddColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AddColumnOperationoggetto .

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)

Parametri

operation
AddColumnOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AddForeignKeyOperationoggetto .

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)

Parametri

operation
AddForeignKeyOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AddForeignKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AddForeignKeyOperationoggetto .

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)

Parametri

operation
AddForeignKeyOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AddPrimaryKeyOperationoggetto .

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)

Parametri

operation
AddPrimaryKeyOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AddPrimaryKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AddPrimaryKeyOperationoggetto .

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)

Parametri

operation
AddPrimaryKeyOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AddUniqueConstraintOperationoggetto .

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)

Parametri

operation
AddUniqueConstraintOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AddUniqueConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AddUniqueConstraintOperationoggetto .

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)

Parametri

operation
AddUniqueConstraintOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterColumnOperationoggetto .

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)

Parametri

operation
AlterColumnOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterColumnOperationoggetto .

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)

Parametri

operation
AlterColumnOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterDatabaseOperationoggetto .

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)

Parametri

operation
AlterDatabaseOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterDatabaseOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterDatabaseOperationoggetto .

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)

Parametri

operation
AlterDatabaseOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterSequenceOperationoggetto .

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)

Parametri

operation
AlterSequenceOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterSequenceOperationoggetto .

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)

Parametri

operation
AlterSequenceOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(DropIndexOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un DropIndexOperationoggetto .

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)

Parametri

operation
DropIndexOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(AlterTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un AlterTableOperationoggetto .

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)

Parametri

operation
AlterTableOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(CreateCheckConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un CreateCheckConstraintOperationoggetto .

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)

Parametri

operation
CreateCheckConstraintOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(CreateIndexOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un CreateIndexOperationoggetto .

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)

Parametri

operation
CreateIndexOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(CreateIndexOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un CreateIndexOperationoggetto .

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)

Parametri

operation
CreateIndexOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(CreateSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un CreateSequenceOperationoggetto .

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)

Parametri

operation
CreateSequenceOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(CreateSequenceOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera codice per un CreateSequenceOperationoggetto .

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)

Parametri

operation
CreateSequenceOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

Generate(CreateTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
CreateTableOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(CreateTableOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
CreateTableOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DeleteDataOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DeleteDataOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DeleteDataOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DeleteDataOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropCheckConstraintOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropCheckConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropCheckConstraintOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropColumnOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropColumnOperation

Operazione.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(DropForeignKeyOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
DropForeignKeyOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(AddColumnOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
AddColumnOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

Generate(AddCheckConstraintOperation, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per un oggetto 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)

Parametri

operation
AddCheckConstraintOperation

Operazione.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a