다음을 통해 공유


RelationalTypeBaseExtensions.GetInsertStoredProcedureMappings 메서드

정의

형식이 매핑되는 삽입 저장 프로시저를 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping> GetInsertStoredProcedureMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetInsertStoredProcedureMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping>
<Extension()>
Public Function GetInsertStoredProcedureMappings (typeBase As ITypeBase) As IEnumerable(Of IStoredProcedureMapping)

매개 변수

typeBase
ITypeBase

형식입니다.

반환

형식이 매핑되는 삽입 저장 프로시저입니다.

적용 대상