Hi Walaa, thnx for the quick answer.
I have a TypedList, and i'm trying to execute the following query:
select *
From Products P
Where P.ProductID in ( Select distinct CA.ProductID From CombinationProducts CA Where CA.CombinationID =1)
The query is much bigger, i have to use a typedlist for this, but this the basic idea.
How i am suppose to do this?