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
ビルダー コードが に追加されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework