Compartir a través de


RelationalRuntimeModelConvention.ProcessStoredProcedureAnnotations Método

Definición

Novedades las anotaciones de procedimiento almacenado que se establecerán en el objeto de solo lectura.

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

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

storedProcedure
IStoredProcedure

Procedimiento almacenado de origen.

runtimeStoredProcedure
RuntimeStoredProcedure

Procedimiento almacenado de destino que contendrá las anotaciones.

runtime
Boolean

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

Se aplica a