Sdílet prostřednictvím


RelationalRuntimeModelConvention.ProcessFunctionParameterAnnotations Metoda

Definice

Aktualizace poznámky k parametrům funkce, které budou nastaveny u objektu jen pro čtení.

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

Parametry

annotations
Dictionary<String,Object>

Poznámky, které se mají zpracovat.

parameter
IDbFunctionParameter

Parametr funkce source.

runtimeParameter
RuntimeDbFunctionParameter

Parametr cílové funkce, který bude obsahovat poznámky.

runtime
Boolean

Určuje, zda jsou dané poznámky poznámkami modulu runtime.

Platí pro