Udostępnij za pośrednictwem


ICSharpMigrationOperationGenerator.Generate Metoda

Definicja

Przeciążenia

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Generuje kod do tworzenia MigrationOperation obiektów.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Generuje kod do tworzenia MigrationOperation obiektów.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Źródło:
ICSharpMigrationOperationGenerator.cs
Źródło:
ICSharpMigrationOperationGenerator.cs
Źródło:
ICSharpMigrationOperationGenerator.cs

Generuje kod do tworzenia MigrationOperation obiektów.

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)

Parametry

builderName
String

Nazwa zmiennej MigrationOperation .

operations
IReadOnlyList<MigrationOperation>

Operacje.

builder
IndentedStringBuilder

Kod konstruktora jest dodawany do elementu .

Dotyczy

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Generuje kod do tworzenia MigrationOperation obiektów.

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)

Parametry

builderName
String

Nazwa zmiennej MigrationOperation .

operations
IReadOnlyList<MigrationOperation>

Operacje.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Kod konstruktora jest dodawany do elementu .

Dotyczy