Compartilhar via


RuntimeModelConvention.ProcessIndexAnnotations Método

Definição

Atualizações as anotações de índice que serão definidas no objeto somente leitura.

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)

Parâmetros

annotations
Dictionary<String,Object>

As anotações a serem processadas.

index
IIndex

O índice de origem.

runtimeIndex
RuntimeIndex

O índice de destino que conterá as anotações.

runtime
Boolean

Indica se as anotações fornecidas são anotações de runtime.

Aplica-se a