Hi, Need help with LinQ Query. I have SQL Command code for Excel as DB. Need to replace it with LinQ. Pls help
-
Select Invoice # from DBTAB where PO # = **######
-
Select Count (Distinct(Invoice #))from DBTAB where PO # = **#####
-
Select * from DBTAB where PO#= *#### and Invoice #= **#####
Help.