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)
148
object lookup = this.services.
InsertLookupCachedObject
(insertedItem.Type, insertedItem.Current);
414
object cached = this.services.
InsertLookupCachedObject
(tracked.Type, item);
425
this.services.
InsertLookupCachedObject
(tracked.Type, item);
446
this.services.
InsertLookupCachedObject
(tracked.Type, item);
DataContext.cs (2)
1429
if (this.Context.Services.
InsertLookupCachedObject
(type, entity) != entity) {
1480
if (this.Context.Services.
InsertLookupCachedObject
(type, entity) != entity) {