Even better way to use Linq over DataTable.Rows
Sahil posted even better way to use
Linq over DataTable.Rows collection than the one I
blogged about. Use extension method OfType<T> (sounds like a VB.NET method) on non-generic IEnumerable and there you go.