다음을 통해 공유


RelationalRuntimeModelConvention.ProcessStoredProcedureAnnotations 메서드

정의

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

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)

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

storedProcedure
IStoredProcedure

원본 저장 프로시저입니다.

runtimeStoredProcedure
RuntimeStoredProcedure

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

runtime
Boolean

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

적용 대상