Compartilhar via


CSharpMigrationOperationGenerator.OldAnnotations Método

Definição

Sobrecargas

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Gera código para objetos removidos Annotation .

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Gera código para objetos removidos Annotation .

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Gera código para objetos removidos 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)

Parâmetros

annotations
IEnumerable<Annotation>

As anotações.

builder
IndentedStringBuilder

O código do construtor é adicionado a.

Aplica-se a

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Gera código para objetos removidos 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)

Parâmetros

annotations
IEnumerable<Annotation>

As anotações.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

O código do construtor é adicionado a.

Aplica-se a