Dynamic Linq Query in vb.net
-
hi Dim job = From J In QryGen.co_jobs Where J.co_id = 1013 And J.industry_mas_id = 5 Order By J.job_id Descending Select New With {J.job_id} this my query. in this I would like construct the query on runtime for where condition. sometime need to include some other fields to where condition. I need help. Thanks in advance.
Have A Nice Day! Murali.M Blog
-
hi Dim job = From J In QryGen.co_jobs Where J.co_id = 1013 And J.industry_mas_id = 5 Order By J.job_id Descending Select New With {J.job_id} this my query. in this I would like construct the query on runtime for where condition. sometime need to include some other fields to where condition. I need help. Thanks in advance.
Have A Nice Day! Murali.M Blog
You are here on CodeProject since more that 10 years. How come it you haven't learned that you must not post your question into several places?