다음을 통해 공유


RelationalTypeBaseExtensions.GetDeleteStoredProcedureMappings 메서드

정의

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

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

매개 변수

typeBase
ITypeBase

형식입니다.

반환

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

적용 대상