DataSet from Stored Procedure
Posted: Thu 04 Jun 2009 09:52
Hi!
The stored procedure wrapper seems to decouple the returned dataset from the datasource since "ref Object" is used as parameter instead of the actual entity type.
I would like to work on the result from the stored procedure and send updates back to the database through other stored procedures.
The stored procedure wrapper seems to decouple the returned dataset from the datasource since "ref Object" is used as parameter instead of the actual entity type.
I would like to work on the result from the stored procedure and send updates back to the database through other stored procedures.