DataSet from Stored Procedure

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
GlennBA
Posts: 21
Joined: Tue 02 Jun 2009 12:58

DataSet from Stored Procedure

Post by GlennBA » 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.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 05 Jun 2009 11:58

When you cast the returned object to the IEnumerable the set of entities is attached to the DataContext and you can make updates freely.

Post Reply