CSharpMigrationOperationGenerator.Generate 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Generate(InsertDataOperation, IndentedStringBuilder)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
알 수 없는 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
알 수 없는 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)
에 대한 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)
에 대한 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)
개체를 만들기 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)
개체를 만들기 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 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)
에 대한 코드를 생성합니다 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)
에 대한 코드를 생성합니다 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