1 implementation of AttachAll
System.Data.Linq (1)
DataContext.cs (1)
1550void ITable.AttachAll(IEnumerable entities, bool asModified) {
1 reference to AttachAll
System.Data.Linq (1)
DataContext.cs (1)
1527((ITable)this).AttachAll(entities, false);