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


CSharpMigrationOperationGenerator.Annotations Метод

Определение

Перегрузки

Annotations(IEnumerable<Annotation>, IndentedStringBuilder)

Создает код для Annotation объектов .

Annotations(IEnumerable<Annotation>, IndentedStringBuilder)

Создает код для Annotation объектов .

Annotations(IEnumerable<Annotation>, IndentedStringBuilder)

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

Создает код для Annotation объектов .

protected virtual void Annotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Annotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)

Параметры

annotations
IEnumerable<Annotation>

Заметки.

builder
IndentedStringBuilder

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

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

Annotations(IEnumerable<Annotation>, IndentedStringBuilder)

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

Создает код для Annotation объектов .

protected virtual void Annotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Annotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)

Параметры

annotations
IEnumerable<Annotation>

Заметки.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

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

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