1
Posted on 9:55 AM by prajeesh and filed under ,
The usual workaround for this purpose is loopthrough the rows in the Data Reader and assign each rows to Data Table, This is a time consuming process.
But Dot Net 2.0 and above provides a new DataTable.Load() as a quicker solution.
Here is the method
DataTable.Load(IDataReader); Shout it kick it on DotNetKicks.com
1
Response to ... Convert Data Reader to Data Table
Unknown said... September 11, 2009 at 5:07 AM

short and hits the target..