Compartir a través de


RelationalRuntimeModelConvention.ProcessFunctionAnnotations Método

Definición

Novedades las anotaciones de función que se establecerán en el objeto de solo lectura.

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)

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

function
IDbFunction

Función de origen.

runtimeFunction
RuntimeDbFunction

Función de destino que contendrá las anotaciones.

runtime
Boolean

Indica si las anotaciones especificadas son anotaciones en tiempo de ejecución.

Se aplica a