Udostępnij za pośrednictwem


CSharpMigrationOperationGenerator.OldAnnotations Metoda

Definicja

Przeciążenia

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Źródło:
CSharpMigrationOperationGenerator.cs
Źródło:
CSharpMigrationOperationGenerator.cs
Źródło:
CSharpMigrationOperationGenerator.cs
Źródło:
CSharpMigrationOperationGenerator.cs
Źródło:
CSharpMigrationOperationGenerator.cs

Generuje kod dla usuniętych Annotation obiektów.

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)

Parametry

annotations
IEnumerable<Annotation>

Adnotacje.

builder
IndentedStringBuilder

Kod konstruktora jest dodawany do.

Dotyczy

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Źródło:
CSharpMigrationOperationGenerator.cs
Źródło:
CSharpMigrationOperationGenerator.cs
Źródło:
CSharpMigrationOperationGenerator.cs
Źródło:
CSharpMigrationOperationGenerator.cs

Generuje kod dla usuniętych Annotation obiektów.

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)

Parametry

annotations
IEnumerable<Annotation>

Adnotacje.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Kod konstruktora jest dodawany do.

Dotyczy