RelationalRuntimeModelConvention.ProcessSequenceAnnotations Yöntem

Tanım

Salt okunur nesnede ayarlanacak sıralı ek açıklamaları Güncelleştirmeler.

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)

Parametreler

annotations
Dictionary<String,Object>

İşlenecek ek açıklamalar.

sequence
ISequence

Kaynak dizisi.

runtimeSequence
RuntimeSequence

Ek açıklamaları içeren hedef sıra.

runtime
Boolean

Verilen ek açıklamaların çalışma zamanı ek açıklamaları olup olmadığını gösterir.

Şunlara uygulanır