RelationalRuntimeModelConvention.ProcessFunctionAnnotations Metodo

Definizione

Aggiornamenti le annotazioni della funzione che verranno impostate sull'oggetto di sola lettura.

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)

Parametri

annotations
Dictionary<String,Object>

Annotazioni da elaborare.

function
IDbFunction

Funzione di origine.

runtimeFunction
RuntimeDbFunction

Funzione di destinazione che conterrà le annotazioni.

runtime
Boolean

Indica se le annotazioni indicate sono annotazioni di runtime.

Si applica a