RuntimeModelConvention.ProcessIndexAnnotations Metoda

Definicja

Aktualizacje adnotacje indeksu, które zostaną ustawione w obiekcie tylko do odczytu.

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)

Parametry

annotations
Dictionary<String,Object>

Adnotacje do przetworzenia.

index
IIndex

Indeks źródłowy.

runtimeIndex
RuntimeIndex

Indeks docelowy, który będzie zawierać adnotacje.

runtime
Boolean

Wskazuje, czy podane adnotacje są adnotacjami środowiska uruchomieniowego.

Dotyczy