다음을 통해 공유


RelationalEntityTypeExtensions.GetInsertStoredProcedure 메서드

정의

오버로드

GetInsertStoredProcedure(IReadOnlyEntityType)

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

GetInsertStoredProcedure(IMutableEntityType)

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

GetInsertStoredProcedure(IEntityType)

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

GetInsertStoredProcedure(IConventionEntityType)

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

GetInsertStoredProcedure(IReadOnlyEntityType)

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

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (entityType As IReadOnlyEntityType) As IReadOnlyStoredProcedure

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

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

적용 대상

GetInsertStoredProcedure(IMutableEntityType)

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

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

매개 변수

entityType
IMutableEntityType

엔터티 형식입니다.

반환

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

적용 대상

GetInsertStoredProcedure(IEntityType)

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

public static Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (entityType As IEntityType) As IStoredProcedure

매개 변수

entityType
IEntityType

엔터티 형식입니다.

반환

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

적용 대상

GetInsertStoredProcedure(IConventionEntityType)

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

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

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

반환

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

적용 대상