CSharpMigrationOperationGenerator.Generate Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Generate(InsertDataOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для InsertDataOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As InsertDataOperation, builder As IndentedStringBuilder)
Параметры
- operation
- InsertDataOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(InsertDataOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для InsertDataOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As InsertDataOperation, builder As IndentedStringBuilder)
Параметры
- operation
- InsertDataOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(EnsureSchemaOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для EnsureSchemaOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As EnsureSchemaOperation, builder As IndentedStringBuilder)
Параметры
- operation
- EnsureSchemaOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(EnsureSchemaOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для EnsureSchemaOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.EnsureSchemaOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As EnsureSchemaOperation, builder As IndentedStringBuilder)
Параметры
- operation
- EnsureSchemaOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropUniqueConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropUniqueConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropUniqueConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropUniqueConstraintOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropUniqueConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropUniqueConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropUniqueConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropUniqueConstraintOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropSequenceOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropTableOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(MigrationOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для неизвестного MigrationOperationобъекта .
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As MigrationOperation, builder As IndentedStringBuilder)
Параметры
- operation
- MigrationOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropSequenceOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropSchemaOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropSchemaOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropSchemaOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropSchemaOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropSchemaOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropSchemaOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropSchemaOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropSchemaOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropSchemaOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropPrimaryKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropPrimaryKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropPrimaryKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropPrimaryKeyOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropTableOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(MigrationOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для неизвестного MigrationOperationобъекта .
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As MigrationOperation, builder As IndentedStringBuilder)
Параметры
- operation
- MigrationOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameIndexOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameIndexOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameIndexOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameIndexOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameColumnOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для создания MigrationOperation объектов.
public virtual void Generate (string builderName, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Public Overridable Sub Generate (builderName As String, operations As IReadOnlyList(Of MigrationOperation), builder As IndentedStringBuilder)
Параметры
- builderName
- String
Имя переменной MigrationOperation .
- operations
- IReadOnlyList<MigrationOperation>
Операции.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Реализации
Применяется к
Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для создания MigrationOperation объектов.
public virtual void Generate (string builderName, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> operations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Public Overridable Sub Generate (builderName As String, operations As IReadOnlyList(Of MigrationOperation), builder As IndentedStringBuilder)
Параметры
- builderName
- String
Имя переменной MigrationOperation .
- operations
- IReadOnlyList<MigrationOperation>
Операции.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Реализации
Применяется к
Generate(UpdateDataOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для UpdateDataOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As UpdateDataOperation, builder As IndentedStringBuilder)
Параметры
- operation
- UpdateDataOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(UpdateDataOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для UpdateDataOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.UpdateDataOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As UpdateDataOperation, builder As IndentedStringBuilder)
Параметры
- operation
- UpdateDataOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(SqlOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для SqlOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As SqlOperation, builder As IndentedStringBuilder)
Параметры
- operation
- SqlOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(SqlOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для SqlOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.SqlOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As SqlOperation, builder As IndentedStringBuilder)
Параметры
- operation
- SqlOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameColumnOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RestartSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RestartSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RestartSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RestartSequenceOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameTableOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameTableOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameSequenceOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameSequenceOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RenameIndexOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RenameIndexOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RenameIndexOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RenameIndexOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RenameIndexOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropPrimaryKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropPrimaryKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropPrimaryKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropPrimaryKeyOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(RestartSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для RestartSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.RestartSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As RestartSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- RestartSequenceOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropIndexOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropIndexOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropIndexOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropIndexOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropForeignKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropForeignKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropForeignKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropForeignKeyOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterTableOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddColumnOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddForeignKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddForeignKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddForeignKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddForeignKeyOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddForeignKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddForeignKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddForeignKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddForeignKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddForeignKeyOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddPrimaryKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddPrimaryKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddPrimaryKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddPrimaryKeyOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddPrimaryKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddPrimaryKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddPrimaryKeyOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddPrimaryKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddPrimaryKeyOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddUniqueConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddUniqueConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddUniqueConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddUniqueConstraintOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddUniqueConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddUniqueConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddUniqueConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddUniqueConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddUniqueConstraintOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterColumnOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterColumnOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterDatabaseOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterDatabaseOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterDatabaseOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterDatabaseOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterDatabaseOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterDatabaseOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterDatabaseOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterDatabaseOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterDatabaseOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterSequenceOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterSequenceOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropIndexOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropIndexOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropIndexOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropIndexOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropIndexOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AlterTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AlterTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AlterTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AlterTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AlterTableOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(CreateCheckConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для CreateCheckConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As CreateCheckConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- CreateCheckConstraintOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(CreateIndexOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для CreateIndexOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As CreateIndexOperation, builder As IndentedStringBuilder)
Параметры
- operation
- CreateIndexOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(CreateIndexOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для CreateIndexOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As CreateIndexOperation, builder As IndentedStringBuilder)
Параметры
- operation
- CreateIndexOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(CreateSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для CreateSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As CreateSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- CreateSequenceOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(CreateSequenceOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для CreateSequenceOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateSequenceOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As CreateSequenceOperation, builder As IndentedStringBuilder)
Параметры
- operation
- CreateSequenceOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(CreateTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для CreateTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As CreateTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- CreateTableOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(CreateTableOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для CreateTableOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As CreateTableOperation, builder As IndentedStringBuilder)
Параметры
- operation
- CreateTableOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DeleteDataOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DeleteDataOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DeleteDataOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DeleteDataOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DeleteDataOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DeleteDataOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DeleteDataOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DeleteDataOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DeleteDataOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropCheckConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropCheckConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropCheckConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropCheckConstraintOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropCheckConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropCheckConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropCheckConstraintOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropCheckConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropCheckConstraintOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropColumnOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation operation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropColumnOperation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropColumnOperation
Операция.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(DropForeignKeyOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для DropForeignKeyOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.DropForeignKeyOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As DropForeignKeyOperation, builder As IndentedStringBuilder)
Параметры
- operation
- DropForeignKeyOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddColumnOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddColumnOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddColumnOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddColumnOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Generate(AddCheckConstraintOperation, IndentedStringBuilder)
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
- Исходный код:
- CSharpMigrationOperationGenerator.cs
Создает код для AddCheckConstraintOperation.
protected virtual void Generate (Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation operation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Generate : Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Generate (operation As AddCheckConstraintOperation, builder As IndentedStringBuilder)
Параметры
- operation
- AddCheckConstraintOperation
Операция.
- builder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Entity Framework