I need to write a linq query to get all records from index file for which the (CompRecordPosition == 0 and DPNbr!=0) || (CompRecordPosition!=0).I have written the q
(CompRecordPosition == 0 and DPNbr!=0) || (CompRecordPosition!=0)