Extension Methods from James Michael Hare
-
AsEnumerable
Allows you to treat an IDataReader from a database query as enumerable so that you can perform LINQ operations on it.
ExtensionMethod.NET Home of 880 C#, Visual Basic, F# and Javascript extension methods
Allows you to treat an IDataReader from a database query as enumerable so that you can perform LINQ operations on it.