How can I define ( less than ) in joining statement of LINQ?
I cannot use ( < ) and so that if any correct answers, please comment me.
Thanks a lot for viewing my question. Thanks :-)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Upendra Pratap ShahiPosted Jun 18, 2015, 5:54 AM
Khan Abrar AhmedPosted Jun 18, 2015, 5:27 AM
from p in WUserRoles
where o.WUserID <=20 && p.WRoleID==1
select o;
Sanjay SabariyaPosted Jun 18, 2015, 5:17 AM