共用方式為


DbInterceptionContext 建構函式 (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 中)

語法

'宣告
Protected Sub New ( _
    copyFrom As DbInterceptionContext _
)
'用途
Dim copyFrom As DbInterceptionContext 

Dim instance As New DbInterceptionContext(copyFrom)
protected DbInterceptionContext(
    DbInterceptionContext copyFrom
)
protected:
DbInterceptionContext(
    DbInterceptionContext^ copyFrom
)
new : 
        copyFrom:DbInterceptionContext -> DbInterceptionContext
protected function DbInterceptionContext(
    copyFrom : DbInterceptionContext
)

參數

請參閱

參考

DbInterceptionContext 類別

DbInterceptionContext 多載

System.Data.Entity.Infrastructure.Interception 命名空間