Condividi tramite


SqlServerRuntimeModelConvention.ProcessKeyAnnotations Metodo

Definizione

Overload

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.

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.

Si applica a

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