Change your code like this:
var qry = this.Context.saw_order.Where(o => o.Wo == intOrder);
return qry;
If you put a breakpoint in at the return, then you can try executing the query in the immediate window and see if it is executing correctly.
Colin Blair
2009-10-01 14:36:08