CSharpSnapshotGenerator.GenerateAnnotation 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
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Generiert Code für eine Anmerkung, die keinen Fluent-API-Aufruf aufweist. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Generiert Code für eine Anmerkung. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
- Quelle:
- CSharpSnapshotGenerator.cs
Generiert Code für eine Anmerkung, die keinen Fluent-API-Aufruf aufweist.
protected virtual void GenerateAnnotation (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)
Parameter
- annotation
- IAnnotation
Die Anmerkung.
- stringBuilder
- IndentedStringBuilder
Der Generatorcode wird hinzugefügt.
Gilt für:
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
- Quelle:
- CSharpSnapshotGenerator.cs
- Quelle:
- CSharpSnapshotGenerator.cs
- Quelle:
- CSharpSnapshotGenerator.cs
- Quelle:
- CSharpSnapshotGenerator.cs
Generiert Code für eine Anmerkung.
protected virtual void GenerateAnnotation (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)
Parameter
- annotation
- IAnnotation
Die Anmerkung.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Der Generatorcode wird hinzugefügt.
Gilt für:
Entity Framework