1 implementation of Attach
System.Data.Linq (1)
DataContext.cs (1)
1439void ITable.Attach(object entity, bool asModified) {
1 reference to Attach
System.Data.Linq (1)
DataContext.cs (1)
1560itable.Attach(entity, asModified);