次の方法で共有


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

ビルダー コードが に追加されます。

適用対象