1 implementation of Compile
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
802ICompiledQuery IProvider.Compile(Expression query) {
2 references to Compile
System.Data.Linq (2)
CompiledQuery.cs (1)
317this.compiled = context.Provider.Compile(this.query);
DataServices.cs (1)
428this.query = this.services.Context.Provider.Compile(lambda);