次の方法で共有


ObjectContext.Attach メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

オブジェクトがエンティティ キーを持つ場合にオブジェクトまたはオブジェクト グラフをオブジェクト コンテキストにアタッチします。

名前空間:  System.Data.Entity.Core.Objects
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Overridable Sub Attach ( _
    entity As IEntityWithKey _
)
'使用
Dim instance As ObjectContext 
Dim entity As IEntityWithKey

instance.Attach(entity)
public virtual void Attach(
    IEntityWithKey entity
)
public:
virtual void Attach(
    IEntityWithKey^ entity
)
abstract Attach : 
        entity:IEntityWithKey -> unit  
override Attach : 
        entity:IEntityWithKey -> unit
public function Attach(
    entity : IEntityWithKey
)

パラメーター

例外

例外 状態
ArgumentNullException

entity が null です。

InvalidOperationException

エンティティ キーが無効です。

参照

参照

ObjectContext クラス

System.Data.Entity.Core.Objects 名前空間