CSharpMigrationOperationGenerator.OldAnnotations 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder) |
產生已移除 Annotation 物件的程式碼。 |
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder) |
產生已移除 Annotation 物件的程式碼。 |
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)
產生已移除 Annotation 物件的程式碼。
protected virtual void OldAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub OldAnnotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)
參數
- annotations
- IEnumerable<Annotation>
註解。
- builder
- IndentedStringBuilder
建立器程式碼會新增至 。
適用於
OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)
產生已移除 Annotation 物件的程式碼。
protected virtual void OldAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub OldAnnotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)
參數
- annotations
- IEnumerable<Annotation>
註解。
- builder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
建立器程式碼會新增至 。