Page 1 of 1

DataSet from Stored Procedure

Posted: Thu 04 Jun 2009 09:52
by GlennBA
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.

Posted: Fri 05 Jun 2009 11:58
by AndreyR
When you cast the returned object to the IEnumerable the set of entities is attached to the DataContext and you can make updates freely.