Dear All ,
Hope everyone is fine. I have little question. We use this query normally in MSSQL
select * from emp where empid in (1,2,3,4)
How to write this query in lambda expression. Is there any way to perfrom above mentioned operation ?
Best Regards