Bagikan melalui


RuntimeModelConvention.ProcessIndexAnnotations Metode

Definisi

Updates anotasi indeks yang akan diatur pada objek baca-saja.

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)

Parameter

annotations
Dictionary<String,Object>

Anotasi yang akan diproses.

index
IIndex

Indeks sumber.

runtimeIndex
RuntimeIndex

Indeks target yang akan berisi anotasi.

runtime
Boolean

Menunjukkan apakah anotasi yang diberikan adalah anotasi runtime.

Berlaku untuk