다음을 통해 공유


RelationalEntityTypeExtensions.RemoveInsertStoredProcedure 메서드

정의

오버로드

RemoveInsertStoredProcedure(IConventionEntityType)

이 엔터티 형식에 대한 매핑된 삽입 저장 프로시저를 제거합니다.

RemoveInsertStoredProcedure(IMutableEntityType)

이 엔터티 형식에 대한 매핑된 삽입 저장 프로시저를 제거합니다.

RemoveInsertStoredProcedure(IConventionEntityType)

이 엔터티 형식에 대한 매핑된 삽입 저장 프로시저를 제거합니다.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure? RemoveInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member RemoveInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure
<Extension()>
Public Function RemoveInsertStoredProcedure (entityType As IConventionEntityType) As IConventionStoredProcedure

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

반환

제거된 저장 프로시저입니다.

적용 대상

RemoveInsertStoredProcedure(IMutableEntityType)

이 엔터티 형식에 대한 매핑된 삽입 저장 프로시저를 제거합니다.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure? RemoveInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member RemoveInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure
<Extension()>
Public Function RemoveInsertStoredProcedure (entityType As IMutableEntityType) As IMutableStoredProcedure

매개 변수

entityType
IMutableEntityType

엔터티 형식입니다.

반환

제거된 저장 프로시저입니다.

적용 대상