SqlServerRuntimeModelConvention.ProcessIndexAnnotations 方法

定义

汇报将在只读对象上设置的索引批注。

protected override void ProcessIndexAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Metadata.RuntimeIndex runtimeIndex, bool runtime);
override this.ProcessIndexAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.RuntimeIndex * bool -> unit
Protected Overrides 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

指示给定批注是否为运行时批注。

适用于