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
将生成器代码添加到 。