共用方式為


CSharpMigrationOperationGenerator.Annotations 方法

定義

多載

Annotations(IEnumerable<Annotation>, IndentedStringBuilder)

產生 物件的程式 Annotation 代碼。

Annotations(IEnumerable<Annotation>, IndentedStringBuilder)

產生 物件的程式 Annotation 代碼。

Annotations(IEnumerable<Annotation>, IndentedStringBuilder)

來源:
CSharpMigrationOperationGenerator.cs
來源:
CSharpMigrationOperationGenerator.cs
來源:
CSharpMigrationOperationGenerator.cs
來源:
CSharpMigrationOperationGenerator.cs
來源:
CSharpMigrationOperationGenerator.cs

產生 物件的程式 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)

來源:
CSharpMigrationOperationGenerator.cs
來源:
CSharpMigrationOperationGenerator.cs
來源:
CSharpMigrationOperationGenerator.cs
來源:
CSharpMigrationOperationGenerator.cs

產生 物件的程式 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

建立器程式碼會新增至 。

適用於