ModificationStoredProceduresConfiguration<TEntityType> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔터티를 수정하는 데 사용되는 저장 프로시저에 대해 구성을 수행할 수 있습니다.
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>>) |
엔터티를 업데이트하는 데 사용되는 저장 프로시저를 구성합니다. |