CSharpMigrationOperationGenerator.Annotations 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í
Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Generuje kód pro Annotation objekty. |
Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Generuje kód pro Annotation objekty. |
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
Generuje kód pro Annotation objekty.
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)
Parametry
- annotations
- IEnumerable<Annotation>
Poznámky.
- builder
- IndentedStringBuilder
Kód tvůrce se přidá do.
Platí pro
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
Generuje kód pro Annotation objekty.
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)
Parametry
- annotations
- IEnumerable<Annotation>
Poznámky.
- builder
- 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