CSharpMigrationOperationGenerator.Annotations Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Generiert Code für Annotation Objekte. |
| Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Generiert Code für Annotation Objekte. |
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
Generiert Code für Annotation Objekte.
protected virtual void Annotations(System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub Annotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)
Parameter
- annotations
- IEnumerable<Annotation>
Die Anmerkungen.
- builder
- IndentedStringBuilder
Der Generatorcode wird hinzugefügt.
Gilt für:
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
Generiert Code für Annotation Objekte.
protected virtual void Annotations(System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.Annotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub Annotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)
Parameter
- annotations
- IEnumerable<Annotation>
Die Anmerkungen.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Der Generatorcode wird hinzugefügt.