Posted: 7/11/2011
How to convert DataTable to DataReader
I have datatable which contains multiple rows as a output
and i want to convert it to DataReader How could it be
Hi pallavi,
Just call CreateDataReader on your DataTable.
Reference: http://msdn.microsoft.com/en-us/library/system.data.datatable.createdatareader.aspx
Best Regards,
Gjorgji