1 write to query
System.Data.Linq (1)
CompiledQuery.cs (1)
27this.query = query;
2 references to query
System.Data.Linq (2)
CompiledQuery.cs (2)
31get { return this.query; } 317this.compiled = context.Provider.Compile(this.query);