次の方法で共有


RuntimeModelConvention.ProcessIndexAnnotations メソッド

定義

読み取り専用オブジェクトに設定されるインデックス注釈を更新します。

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

パラメーター

annotations
Dictionary<String,Object>

処理する注釈。

index
IIndex

ソース インデックス。

runtimeIndex
RuntimeIndex

注釈を含むターゲット インデックス。

runtime
Boolean

指定された注釈がランタイム注釈であるかどうかを示します。

適用対象