ICSharpMigrationOperationGenerator.Generate Yöntem

Tanım

Aşırı Yüklemeler

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

public 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
Public Sub Generate (builderName As String, operations As IReadOnlyList(Of MigrationOperation), builder As IndentedStringBuilder)

Parametreler

builderName
String

Değişken MigrationOperation adı.

operations
IReadOnlyList<MigrationOperation>

İşlemler.

builder
IndentedStringBuilder

Oluşturucu kodu,'a eklenir.

Şunlara uygulanır

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Nesne oluşturmak için kod MigrationOperation oluşturur.

public 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
Public Sub Generate (builderName As String, operations As IReadOnlyList(Of MigrationOperation), builder As IndentedStringBuilder)

Parametreler

builderName
String

Değişken MigrationOperation adı.

operations
IReadOnlyList<MigrationOperation>

İşlemler.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Oluşturucu kodu,'a eklenir.

Şunlara uygulanır