Hello Everyone,
i want to construct my query dynamically based on the contents user has selected. and i want to do this in LINQ-t0-SQL. i have seen this. but i don't want to use sql statements with datacontext. on googling a bit i have a feeling that this can be done using dynamic LINQ. can someone quote some example of similar scenario with dynamic LINQ. any help/suggestion is highly appreciated
regards