DbCommandInterceptionContext コンストラクター (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 DbCommandInterceptionContext(copyFrom)
public DbCommandInterceptionContext(
DbInterceptionContext copyFrom
)
public:
DbCommandInterceptionContext(
DbInterceptionContext^ copyFrom
)
new :
copyFrom:DbInterceptionContext -> DbCommandInterceptionContext
public function DbCommandInterceptionContext(
copyFrom : DbInterceptionContext
)
パラメーター
関連項目
参照
DbCommandInterceptionContext クラス