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.
About .NET/C#, Xamarin, Flutter and other fun technologies
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.