I need Help for dynamic where clause over relational tables (one to many) in LinqToSql.
User select conditions from page. (there is 4 input that user select the clauses)
For example CompanyName and CompanyTitle from Customer table and OrderDate and ShipCity From Order table.
But user can select one ore many of them from page interface and dynamic query will be generated at codebehind and select From LinqToSql.
You can give similar type of example from another web pages.