Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » LINQ   (RSS)

NicolTIP#006: how to show previous and next item using LINQ

I had a table on SQL 2005 I am accessing it via LINQ. I had to select an item via a “where” condition (see below). var item = (from snap in adc.Snapshots       where snap.file == image       select snap).First();
Posted by NicolD | 0 Comments
Filed under: , ,
 
Page view tracker