다음을 통해 공유


RelationalTypeBaseExtensions.GetDeleteStoredProcedure 메서드

정의

오버로드

GetDeleteStoredProcedure(IReadOnlyTypeBase)

형식이 삭제에 대해 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

GetDeleteStoredProcedure(ITypeBase)

형식이 삭제에 대해 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

GetDeleteStoredProcedure(IReadOnlyTypeBase)

형식이 삭제에 대해 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure? GetDeleteStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetDeleteStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
<Extension()>
Public Function GetDeleteStoredProcedure (typeBase As IReadOnlyTypeBase) As IReadOnlyStoredProcedure

매개 변수

typeBase
IReadOnlyTypeBase

형식입니다.

반환

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

적용 대상

GetDeleteStoredProcedure(ITypeBase)

형식이 삭제에 대해 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

public static Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure? GetDeleteStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetDeleteStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure
<Extension()>
Public Function GetDeleteStoredProcedure (typeBase As ITypeBase) As IStoredProcedure

매개 변수

typeBase
ITypeBase

형식입니다.

반환

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

적용 대상