CSharpMigrationOperationGenerator.OldAnnotations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Génère du code pour les objets supprimés Annotation . |
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Génère du code pour les objets supprimés Annotation . |
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)
Génère du code pour les objets supprimés 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)
Paramètres
- annotations
- IEnumerable<Annotation>
Annotations.
- builder
- IndentedStringBuilder
Le code du générateur est ajouté à.
S’applique à
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)
Génère du code pour les objets supprimés 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)
Paramètres
- annotations
- IEnumerable<Annotation>
Annotations.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Le code du générateur est ajouté à.