RelationalRuntimeModelConvention.ProcessKeyAnnotations Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean) |
Aggiornamenti le annotazioni chiave che verranno impostate sull'oggetto di sola lettura. |
ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean) |
Aggiornamenti le annotazioni chiave che verranno impostate sull'oggetto di sola lettura. |
ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean)
Aggiornamenti le annotazioni chiave che verranno impostate sull'oggetto di sola lettura.
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)
Parametri
- annotations
- IDictionary<String,Object>
Annotazioni da elaborare.
- key
- IKey
Chiave di origine.
- runtimeKey
- RuntimeKey
Chiave di destinazione che conterrà le annotazioni.
- runtime
- Boolean
Indica se le annotazioni indicate sono annotazioni di runtime.
Si applica a
ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean)
Aggiornamenti le annotazioni chiave che verranno impostate sull'oggetto di sola lettura.
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)
Parametri
- annotations
- Dictionary<String,Object>
Annotazioni da elaborare.
- key
- IKey
Chiave di origine.
- runtimeKey
- RuntimeKey
Chiave di destinazione che conterrà le annotazioni.
- runtime
- Boolean
Indica se le annotazioni indicate sono annotazioni di runtime.