次の方法で共有


CSharpSnapshotGenerator.GenerateKeyAnnotations メソッド

定義

オーバーロード

GenerateKeyAnnotations(IKey, IndentedStringBuilder)

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

GenerateKeyAnnotations(String, IKey, IndentedStringBuilder)

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

GenerateKeyAnnotations(IKey, IndentedStringBuilder)

ソース:
CSharpSnapshotGenerator.cs

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

protected virtual void GenerateKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateKeyAnnotations (key As IKey, stringBuilder As IndentedStringBuilder)

パラメーター

key
IKey

キー。

stringBuilder
IndentedStringBuilder

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

適用対象

GenerateKeyAnnotations(String, IKey, IndentedStringBuilder)

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

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

protected virtual void GenerateKeyAnnotations (string keyBuilderName, Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateKeyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateKeyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateKeyAnnotations (keyBuilderName As String, key As IKey, stringBuilder As IndentedStringBuilder)

パラメーター

keyBuilderName
String

ビルダー変数の名前。

key
IKey

キー。

stringBuilder
IndentedStringBuilder

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

適用対象