Aracılığıyla paylaş


RelationalRuntimeModelConvention.ProcessIndexAnnotations Yöntem

Tanım

Salt okunur nesnede ayarlanacak dizin ek açıklamalarını Güncelleştirmeler.

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)

Parametreler

annotations
Dictionary<String,Object>

İşlenecek ek açıklamalar.

index
IIndex

Kaynak dizin.

runtimeIndex
RuntimeIndex

Ek açıklamaları içeren hedef dizin.

runtime
Boolean

Verilen ek açıklamaların çalışma zamanı ek açıklamaları olup olmadığını gösterir.

Şunlara uygulanır