DbCommandTreeInterceptionContext 建構函式 (DbInterceptionContext)
[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]
命名空間: System.Data.Entity.Infrastructure.Interception
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Sub New ( _
copyFrom As DbInterceptionContext _
)
'用途
Dim copyFrom As DbInterceptionContext
Dim instance As New DbCommandTreeInterceptionContext(copyFrom)
public DbCommandTreeInterceptionContext(
DbInterceptionContext copyFrom
)
public:
DbCommandTreeInterceptionContext(
DbInterceptionContext^ copyFrom
)
new :
copyFrom:DbInterceptionContext -> DbCommandTreeInterceptionContext
public function DbCommandTreeInterceptionContext(
copyFrom : DbInterceptionContext
)
參數
請參閱
參考
DbCommandTreeInterceptionContext 類別