11
Answers

LINQ query in c#

Harpreet

Harpreet

8y
458
1
 Hi ,
 
I not able to write this sql query in LINQ C# . I want this query in c# linq pl zz z reply
 
 
select distinct [someclomn1] from table1 where [someclomn1] NOT IN (SELECT someclomn2 FROM table2)
 
 
 
 
Answers (11)