Share via


RelationalRuntimeModelConvention.ProcessStoredProcedureAnnotations Method

Definition

Updates the stored procedure annotations that will be set on the read-only object.

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)

Parameters

annotations
Dictionary<String,Object>

The annotations to be processed.

storedProcedure
IStoredProcedure

The source stored procedure.

runtimeStoredProcedure
RuntimeStoredProcedure

The target stored procedure that will contain the annotations.

runtime
Boolean

Indicates whether the given annotations are runtime annotations.

Applies to