Compartilhar via


CSharpSnapshotGenerator.GenerateKeyAnnotations Método

Definição

Sobrecargas

GenerateKeyAnnotations(IKey, IndentedStringBuilder)

Gera código para as anotações em uma chave.

GenerateKeyAnnotations(String, IKey, IndentedStringBuilder)

Gera código para as anotações em uma chave.

GenerateKeyAnnotations(IKey, IndentedStringBuilder)

Gera código para as anotações em uma chave.

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)

Parâmetros

key
IKey

A chave.

stringBuilder
IndentedStringBuilder

O código do construtor é adicionado a.

Aplica-se a

GenerateKeyAnnotations(String, IKey, IndentedStringBuilder)

Gera código para as anotações em uma chave.

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)

Parâmetros

keyBuilderName
String

O nome da variável do construtor.

key
IKey

A chave.

stringBuilder
IndentedStringBuilder

O código do construtor é adicionado a.

Aplica-se a