CSharpMigrationOperationGenerator.Annotations Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Menghasilkan kode untuk Annotation objek. |
| Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
Menghasilkan kode untuk Annotation objek. |
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
Menghasilkan kode untuk Annotation objek.
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)
Parameter
- annotations
- IEnumerable<Annotation>
Anotasi.
- builder
- IndentedStringBuilder
Kode penyusun ditambahkan ke.
Berlaku untuk
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
Menghasilkan kode untuk Annotation objek.
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)
Parameter
- annotations
- IEnumerable<Annotation>
Anotasi.
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Kode penyusun ditambahkan ke.