在ASP.NET中动态查询LINQ
问题描述:
大家好,
我想在asp.net中动态使用linq中的where子句...
我有一些简单的代码,例如国家,州,地区主管.....
在地区页面中,我也希望与州和地区进行内部联接,并且在查询条件中动态添加LINQ查询中的
所以请救救我
在此先感谢
Mohit Agarwal
Hi all,
I want to use dynamically where clause in linq in asp.net...
i have simple code jst like country, state , district masters.....
in district page i want inner join with state and district also and in searching condition is dynamically add in linq query
So please help me
Thanks in Advance
Mohit Agarwal
答
检查下面的链接...
http://www.codeguru. com/csharp/csharp/cs_linq/article.php/c16829/Using-LINQ-with-Dynamic-Where-Clauses.htm [
Hi,
Check the Link below...
http://www.codeguru.com/csharp/csharp/cs_linq/article.php/c16829/Using-LINQ-with-Dynamic-Where-Clauses.htm[^]
Regards,
RK