Media Summary: You've been writing foreach loops over arrays and lists since the beginning. Today we find out what actually makes that work ... dtMonthlyTable.AsEnumerable().Where(Function(x) Cint(x("Price").ToString) > 1000). Having a List for an object is a fairly common occurrence
C Exclude A Column From A Select Using Linq - Detailed Analysis & Overview
You've been writing foreach loops over arrays and lists since the beginning. Today we find out what actually makes that work ... dtMonthlyTable.AsEnumerable().Where(Function(x) Cint(x("Price").ToString) > 1000). Having a List for an object is a fairly common occurrence