다음을 통해 공유


ModificationStoredProceduresConfiguration<TEntityType> 클래스

정의

엔터티를 수정하는 데 사용되는 저장 프로시저에 대해 구성을 수행할 수 있습니다.

public class ModificationStoredProceduresConfiguration<TEntityType> where TEntityType : class
type ModificationStoredProceduresConfiguration<'EntityType (requires 'EntityType : null)> = class
Public Class ModificationStoredProceduresConfiguration(Of TEntityType)

형식 매개 변수

TEntityType

저장 프로시저를 수정하는 데 사용할 수 있는 엔터티의 형식입니다.

상속
ModificationStoredProceduresConfiguration<TEntityType>

메서드

Delete(Action<DeleteModificationStoredProcedureConfiguration<TEntityType>>)

엔터티를 삭제하는 데 사용되는 저장 프로시저를 구성합니다.

Equals(Object)

엔터티를 수정하는 데 사용되는 저장 프로시저에 대해 구성을 수행할 수 있습니다.

GetHashCode()

엔터티를 수정하는 데 사용되는 저장 프로시저에 대해 구성을 수행할 수 있습니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

Insert(Action<InsertModificationStoredProcedureConfiguration<TEntityType>>)

엔터티를 삽입하는 데 사용되는 저장 프로시저를 구성합니다.

ToString()

엔터티를 수정하는 데 사용되는 저장 프로시저에 대해 구성을 수행할 수 있습니다.

Update(Action<UpdateModificationStoredProcedureConfiguration<TEntityType>>)

엔터티를 업데이트하는 데 사용되는 저장 프로시저를 구성합니다.

적용 대상