ITable.Attach Method (Object)

 

Attaches an entity to the DataContext in an unmodified state.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

void Attach(
	object entity
)

Parameters

entity
Type: System.Object

The entity to be attached.

For more information about how to use this method, see Data Retrieval and CUD Operations in N-Tier Applications (LINQ to SQL).

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: