ITable::Attach Method
.NET Framework (current version)
Allows deserialized entities to be associated with a new instance of a DataContext so that they can be updated or deleted from the database.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ITable::Attach(Object^) | Attaches an entity to the DataContext in an unmodified state. |
![]() ![]() | ITable::Attach(Object^, Boolean) | Attaches all entities of a collection to the DataContext in either a modified or unmodified state. |
![]() ![]() | ITable::Attach(Object^, Object^) | Attaches an entity to the DataContext in either a modified or unmodified state by specifying both the entity and its original state. |
Show:

