다음을 통해 공유


RelationalRuntimeModelConvention.ProcessStoredProcedureParameterAnnotations 메서드

정의

읽기 전용 개체에 설정할 저장 프로시저 매개 변수 주석을 업데이트.

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

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

parameter
IStoredProcedureParameter

원본 저장 프로시저 매개 변수입니다.

runtimeParameter
Microsoft.EntityFrameworkCore.Metadata.Internal.RuntimeStoredProcedureParameter

주석을 포함할 대상 저장 프로시저 매개 변수입니다.

runtime
Boolean

지정된 주석이 런타임 주석인지 여부를 나타냅니다.

적용 대상