Arvind Gupta

Arvind Gupta

  • NA
  • 1
  • 5k

Use IN Keyword in Link Queue?

Dec 5 2012 8:25 AM
How to use IN keyword in Linq Queue?

Like
select * from tablename
where columnname in (1,2,3,4)

but in Linq Queue, What is the syntax of using IN keyword?
Thankyou

Answers (3)