ICSharpMigrationOperationGenerator.Generate Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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)
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 .