ITable.AttachAll Method (IEnumerable, Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Attaches all entities of a collection to the DataContext in either a modified or unmodified state.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entities
- Type: System.Collections.IEnumerable
The collection of entities.
- asModified
- Type: System.Boolean
true to attach the entities as modified.
Show: