Implemented interface member:
method
InsertLookupCachedObject
System.Data.Linq.Provider.IDataServices.InsertLookupCachedObject(System.Data.Linq.Mapping.MetaType, System.Object)
6 references to InsertLookupCachedObject
System.Data.Linq (6)
ChangeProcessor.cs (4)
148object lookup = this.services.InsertLookupCachedObject(insertedItem.Type, insertedItem.Current); 414object cached = this.services.InsertLookupCachedObject(tracked.Type, item); 425this.services.InsertLookupCachedObject(tracked.Type, item); 446this.services.InsertLookupCachedObject(tracked.Type, item);
DataContext.cs (2)
1429if (this.Context.Services.InsertLookupCachedObject(type, entity) != entity) { 1480if (this.Context.Services.InsertLookupCachedObject(type, entity) != entity) {