다음을 통해 공유


MutableInterceptionContext<TResult> 생성자

정의

오버로드

MutableInterceptionContext<TResult>()

상태가 없는 새 MutableInterceptionContext<TResult> 를 생성합니다.

MutableInterceptionContext<TResult>(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 변경할 수 없는 상태를 복사하여 새 MutableInterceptionContext<TResult> 를 만듭니다. 또한 다음을 참조하세요. Clone()

MutableInterceptionContext<TResult>()

상태가 없는 새 MutableInterceptionContext<TResult> 를 생성합니다.

protected MutableInterceptionContext ();
Protected Sub New ()

적용 대상

MutableInterceptionContext<TResult>(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 변경할 수 없는 상태를 복사하여 새 MutableInterceptionContext<TResult> 를 만듭니다. 또한 다음을 참조하세요. Clone()

protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result>
Protected Sub New (copyFrom As DbInterceptionContext)

매개 변수

copyFrom
DbInterceptionContext

상태를 복사할 컨텍스트입니다.

적용 대상