Harpreet

Harpreet

  • NA
  • 55
  • 3.7k

LINQ query in c#

Nov 2 2015 4:42 AM
 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)