1 implementation of GetCachedObject
System.Data.Linq (1)
DataServices.cs (1)
469
public object
GetCachedObject
(Expression query) {
1 reference to GetCachedObject
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
1010
object obj = this.services.
GetCachedObject
(query);