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


CSharpMigrationOperationGenerator.OldAnnotations Метод

Определение

Перегрузки

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Создает код для удаленных Annotation объектов.

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Создает код для удаленных Annotation объектов.

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

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

Создает код для удаленных Annotation объектов.

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

Параметры

annotations
IEnumerable<Annotation>

Заметки.

builder
IndentedStringBuilder

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

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

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

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

Создает код для удаленных Annotation объектов.

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

Параметры

annotations
IEnumerable<Annotation>

Заметки.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

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

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