1 implementation of InsertLookupCachedObject
System.Data.Linq (1)
DataServices.cs (1)
148public object InsertLookupCachedObject(MetaType type, object instance) {
1 reference to InsertLookupCachedObject
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2543return this.services.InsertLookupCachedObject(mType, instance);