Aracılığıyla paylaş


RelationalRuntimeModelConvention.ProcessFunctionAnnotations Yöntem

Tanım

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

protected virtual void ProcessFunctionAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IDbFunction function, Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction runtimeFunction, bool runtime);
abstract member ProcessFunctionAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IDbFunction * Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction * bool -> unit
override this.ProcessFunctionAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IDbFunction * Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction * bool -> unit
Protected Overridable Sub ProcessFunctionAnnotations (annotations As Dictionary(Of String, Object), function As IDbFunction, runtimeFunction As RuntimeDbFunction, runtime As Boolean)

Parametreler

annotations
Dictionary<String,Object>

İşlenecek ek açıklamalar.

function
IDbFunction

Kaynak işlevi.

runtimeFunction
RuntimeDbFunction

Ek açıklamaları içeren hedef işlev.

runtime
Boolean

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

Şunlara uygulanır