11
Reply

LINQ query in c#

Harpreet

Harpreet

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