다음을 통해 공유


DbCommandTreeInterceptionContext 생성자

정의

오버로드

DbCommandTreeInterceptionContext()

상태가 없는 새 DbCommandTreeInterceptionContext 을 생성합니다.

DbCommandTreeInterceptionContext(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 상태를 복사하여 새 DbCommandTreeInterceptionContext 을 만듭니다. 또한 다음을 참조하세요. Clone()

DbCommandTreeInterceptionContext()

상태가 없는 새 DbCommandTreeInterceptionContext 을 생성합니다.

public DbCommandTreeInterceptionContext ();
Public Sub New ()

적용 대상

DbCommandTreeInterceptionContext(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 상태를 복사하여 새 DbCommandTreeInterceptionContext 을 만듭니다. 또한 다음을 참조하세요. Clone()

public DbCommandTreeInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)

매개 변수

copyFrom
DbInterceptionContext

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

적용 대상