Compartir a través de


CSharpMigrationOperationGenerator.OldAnnotations Método

Definición

Sobrecargas

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Genera código para objetos quitados Annotation .

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Genera código para objetos quitados Annotation .

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para objetos quitados 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>

Las anotaciones.

builder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs
Source:
CSharpMigrationOperationGenerator.cs

Genera código para objetos quitados 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>

Las anotaciones.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

El código del generador se agrega a .

Se aplica a