CSharpSnapshotGenerator.GenerateAnnotation Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Vygeneruje kód pro poznámku, která nemá plynulé volání rozhraní API. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Vygeneruje kód pro poznámku. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
Vygeneruje kód pro poznámku, která nemá plynulé volání rozhraní 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
Anotaci.
- stringBuilder
- IndentedStringBuilder
Kód tvůrce se přidá do.
Platí pro
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
Vygeneruje kód pro poznámku.
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
Anotaci.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Kód tvůrce se přidá do.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework