CSharpSnapshotGenerator.GenerateAnnotation Methode

Definition

Ü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)

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)

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: