Sdílet prostřednictvím


ICSharpMigrationOperationGenerator.Generate Metoda

Definice

Přetížení

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Generuje kód pro vytváření MigrationOperation objektů.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Generuje kód pro vytváření MigrationOperation objektů.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Zdroj:
ICSharpMigrationOperationGenerator.cs
Zdroj:
ICSharpMigrationOperationGenerator.cs
Zdroj:
ICSharpMigrationOperationGenerator.cs

Generuje kód pro vytváření MigrationOperation objektů.

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

Název MigrationOperation proměnné.

operations
IReadOnlyList<MigrationOperation>

Operace.

builder
IndentedStringBuilder

Kód tvůrce se přidá do.

Platí pro

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Generuje kód pro vytváření MigrationOperation objektů.

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

Název MigrationOperation proměnné.

operations
IReadOnlyList<MigrationOperation>

Operace.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Kód tvůrce se přidá do.

Platí pro