다음을 통해 공유


RelationalTypeBaseExtensions.GetUpdateStoredProcedure 메서드

정의

오버로드

GetUpdateStoredProcedure(IReadOnlyTypeBase)

형식이 업데이트에 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

GetUpdateStoredProcedure(ITypeBase)

형식이 업데이트에 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

GetUpdateStoredProcedure(IReadOnlyTypeBase)

형식이 업데이트에 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

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

매개 변수

typeBase
IReadOnlyTypeBase

형식입니다.

반환

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

적용 대상

GetUpdateStoredProcedure(ITypeBase)

형식이 업데이트에 매핑되거나 저장 프로시저에 매핑되지 않은 경우 저장 프로시저를 반환합니다 null .

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

매개 변수

typeBase
ITypeBase

형식입니다.

반환

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

적용 대상