Поделиться через


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

Указывает, являются ли указанные заметки заметками среды выполнения.

Применяется к