CSharpMigrationOperationGenerator.Annotations 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
產生 物件的程式 Annotation 代碼。 |
Annotations(IEnumerable<Annotation>, IndentedStringBuilder) |
產生 物件的程式 Annotation 代碼。 |
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
產生 物件的程式 Annotation 代碼。
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)
參數
- annotations
- IEnumerable<Annotation>
註解。
- builder
- IndentedStringBuilder
建立器程式碼會新增至 。
適用於
Annotations(IEnumerable<Annotation>, IndentedStringBuilder)
產生 物件的程式 Annotation 代碼。
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)
參數
- annotations
- IEnumerable<Annotation>
註解。
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
建立器程式碼會新增至 。