The basic problem is in identifying where sensors in the field have gaps in the data that they are reporting. All of the data is collected and transformed into tables in the data base.
All records have a DateSampleTaken field and once the records are sorted by this field, I would like to know of each instance where the gap between records is (for example) more than 15 minutes. Once the gaps are identified, an object containing the information would be created.
I can certainly do this through iteration, I was just wondering if there is Linq call that would do the trick.