how Create an object instance from data in a data table of dataset
I have a stored procedure with ref cursors.
I got all the data populated in a data set from the stored procedure in my application.
For each data table in the data set I have an object in my application.
What is the best way to populate these objects with the data in the data tables.
Thank you
Sravan.