3
Answers

Use IN Keyword in Link Queue?

Arvind Gupta

Arvind Gupta

12y
5.1k
1
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)