RelationalRuntimeModelConvention.ProcessKeyAnnotations 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
ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean) |
Atualizações as anotações de chave que serão definidas no objeto somente leitura. |
ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean) |
Atualizações as anotações de chave que serão definidas no objeto somente leitura. |
ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean)
Atualizações as anotações de chave que serão definidas no objeto somente leitura.
protected override void ProcessKeyAnnotations (System.Collections.Generic.IDictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.RuntimeKey runtimeKey, bool runtime);
override this.ProcessKeyAnnotations : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeKey * bool -> unit
Protected Overrides Sub ProcessKeyAnnotations (annotations As IDictionary(Of String, Object), key As IKey, runtimeKey As RuntimeKey, runtime As Boolean)
Parâmetros
- annotations
- IDictionary<String,Object>
As anotações a serem processadas.
- key
- IKey
A chave de origem.
- runtimeKey
- RuntimeKey
A chave de destino que conterá as anotações.
- runtime
- Boolean
Indica se as anotações fornecidas são anotações de runtime.
Aplica-se a
ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean)
Atualizações as anotações de chave que serão definidas no objeto somente leitura.
protected override void ProcessKeyAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.RuntimeKey runtimeKey, bool runtime);
override this.ProcessKeyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeKey * bool -> unit
Protected Overrides Sub ProcessKeyAnnotations (annotations As Dictionary(Of String, Object), key As IKey, runtimeKey As RuntimeKey, runtime As Boolean)
Parâmetros
- annotations
- Dictionary<String,Object>
As anotações a serem processadas.
- key
- IKey
A chave de origem.
- runtimeKey
- RuntimeKey
A chave de destino que conterá as anotações.
- runtime
- Boolean
Indica se as anotações fornecidas são anotações de runtime.
Aplica-se a
Entity Framework