Udostępnij za pośrednictwem


CSharpSnapshotGenerator.GenerateAnnotation Metoda

Definicja

Przeciążenia

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

Generuje kod adnotacji, która nie ma płynnego wywołania interfejsu API.

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

Generuje kod adnotacji.

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

Źródło:
CSharpSnapshotGenerator.cs

Generuje kod adnotacji, która nie ma płynnego wywołania interfejsu API.

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)

Parametry

annotation
IAnnotation

Adnotacja.

stringBuilder
IndentedStringBuilder

Kod konstruktora jest dodawany do.

Dotyczy

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs

Generuje kod adnotacji.

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)

Parametry

annotation
IAnnotation

Adnotacja.

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Kod konstruktora jest dodawany do.

Dotyczy