次の方法で共有


CSharpSnapshotGenerator.GenerateAnnotation メソッド

定義

オーバーロード

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

fluent API 呼び出しがない注釈のコードを生成します。

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

注釈のコードを生成します。

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

ソース:
CSharpSnapshotGenerator.cs

fluent API 呼び出しがない注釈のコードを生成します。

protected virtual void GenerateAnnotation(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)

パラメーター

annotation
IAnnotation

注釈。

stringBuilder
IndentedStringBuilder

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

適用対象

GenerateAnnotation(IAnnotation, IndentedStringBuilder)

ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs
ソース:
CSharpSnapshotGenerator.cs

注釈のコードを生成します。

protected virtual void GenerateAnnotation(Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)

パラメーター

annotation
IAnnotation

注釈。

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

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

適用対象