Sdílet prostřednictvím


CSharpMigrationOperationGenerator.OldAnnotations Metoda

Definice

Přetížení

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Generuje kód pro odebrané Annotation objekty.

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Generuje kód pro odebrané Annotation objekty.

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Zdroj:
CSharpMigrationOperationGenerator.cs
Zdroj:
CSharpMigrationOperationGenerator.cs
Zdroj:
CSharpMigrationOperationGenerator.cs
Zdroj:
CSharpMigrationOperationGenerator.cs
Zdroj:
CSharpMigrationOperationGenerator.cs

Generuje kód pro odebrané Annotation objekty.

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>

Poznámky.

builder
IndentedStringBuilder

Kód tvůrce se přidá do.

Platí pro

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

Zdroj:
CSharpMigrationOperationGenerator.cs
Zdroj:
CSharpMigrationOperationGenerator.cs
Zdroj:
CSharpMigrationOperationGenerator.cs
Zdroj:
CSharpMigrationOperationGenerator.cs

Generuje kód pro odebrané Annotation objekty.

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>

Poznámky.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Kód tvůrce se přidá do.

Platí pro