다음을 통해 공유


ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> 클래스

정의

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

public class ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> where TEntityType : class where TTargetEntityType : class
type ManyToManyModificationStoredProceduresConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> = class
Public Class ManyToManyModificationStoredProceduresConfiguration(Of TEntityType, TTargetEntityType)

형식 매개 변수

TEntityType

관계가 구성되는 엔터티의 형식입니다.

TTargetEntityType

관계의 다른 쪽 끝이 대상으로 하는 엔터티의 형식입니다.

상속
ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>

메서드

Delete(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>)

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

Equals(Object)

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

GetHashCode()

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

GetType()

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

Insert(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>)

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

ToString()

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

적용 대상