共用方式為


RelationalRuntimeModelConvention.ProcessSequenceAnnotations 方法

定義

更新將在唯讀物件上設定的序列批註。

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)

參數

annotations
Dictionary<String,Object>

要處理的批註。

sequence
ISequence

來源序列。

runtimeSequence
RuntimeSequence

將包含批註的目標序列。

runtime
Boolean

指出指定的批註是否為執行時間批註。

適用於