Condividi tramite


CSharpMigrationOperationGenerator.OldAnnotations Metodo

Definizione

Overload

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Genera il codice per gli oggetti rimossi Annotation .

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Genera il codice per gli oggetti rimossi Annotation .

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per gli oggetti rimossi 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)

Parametri

annotations
IEnumerable<Annotation>

Annotazioni.

builder
IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs
Origine:
CSharpMigrationOperationGenerator.cs

Genera il codice per gli oggetti rimossi 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)

Parametri

annotations
IEnumerable<Annotation>

Annotazioni.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a.

Si applica a