Condividi tramite


RelationalRuntimeModelConvention.ProcessSequenceAnnotations Metodo

Definizione

Aggiornamenti le annotazioni della sequenza che verranno impostate sull'oggetto di sola lettura.

protected virtual void ProcessSequenceAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Metadata.RuntimeSequence runtimeSequence, bool runtime);
abstract member ProcessSequenceAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Metadata.RuntimeSequence * bool -> unit
override this.ProcessSequenceAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Metadata.RuntimeSequence * bool -> unit
Protected Overridable Sub ProcessSequenceAnnotations (annotations As Dictionary(Of String, Object), sequence As ISequence, runtimeSequence As RuntimeSequence, runtime As Boolean)

Parametri

annotations
Dictionary<String,Object>

Annotazioni da elaborare.

sequence
ISequence

Sequenza di origine.

runtimeSequence
RuntimeSequence

Sequenza di destinazione che conterrà le annotazioni.

runtime
Boolean

Indica se le annotazioni indicate sono annotazioni di runtime.

Si applica a