CSharpSnapshotGenerator.GenerateKeyAnnotations Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
- Origem:
- CSharpSnapshotGenerator.cs
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)
- Origem:
- CSharpSnapshotGenerator.cs
- Origem:
- CSharpSnapshotGenerator.cs
- Origem:
- CSharpSnapshotGenerator.cs
- Origem:
- CSharpSnapshotGenerator.cs
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Entity Framework