Поделиться через


ICSharpMigrationOperationGenerator.Generate Метод

Определение

Перегрузки

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Создает код для создания MigrationOperation объектов.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Создает код для создания MigrationOperation объектов.

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Исходный код:
ICSharpMigrationOperationGenerator.cs
Исходный код:
ICSharpMigrationOperationGenerator.cs
Исходный код:
ICSharpMigrationOperationGenerator.cs

Создает код для создания MigrationOperation объектов.

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)

Параметры

builderName
String

Имя переменной MigrationOperation .

operations
IReadOnlyList<MigrationOperation>

Операции.

builder
IndentedStringBuilder

Код построителя добавляется в .

Применяется к

Generate(String, IReadOnlyList<MigrationOperation>, IndentedStringBuilder)

Создает код для создания MigrationOperation объектов.

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)

Параметры

builderName
String

Имя переменной MigrationOperation .

operations
IReadOnlyList<MigrationOperation>

Операции.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Код построителя добавляется в .

Применяется к