次の方法で共有


CSharpMigrationOperationGenerator.OldAnnotations メソッド

定義

オーバーロード

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

削除された Annotation オブジェクトのコードを生成します。

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

削除された Annotation オブジェクトのコードを生成します。

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

削除された 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)

ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs
ソース:
CSharpMigrationOperationGenerator.cs

削除された 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

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

適用対象