Walaa wrote:
How does the where clause looks like? and how do you build it?
I simply enumerate though a collection and build my predicate. When I tried using the 'IN' clause, i just populated an arraylist and passed this. Note, I think it has to do with ado.net or something, b/c it works fine in query analyzer.