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