with custom property with a result of retrieval stored procedure

Posts   
 
    
Zaydoune
User
Posts: 10
Joined: 05-Mar-2008
# Posted on: 23-Apr-2008 09:25:17   

Hi, I try to add a custom property to the result of retrieval stored procedure(resultset). Can i have a entity represent a row in the resultset? I'm using llblgen 2.5 in selfservicing mode

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Apr-2008 11:32:19   

I try to add a custom property to the result of retrieval stored procedure(resultset).

Could you elaborate more, maybe using a code snippet.

Can i have a entity represent a row in the resultset?

You can fetch a retrieval stored procedure in a DataReader, which you can project to an entityCollection Please check the manual's section: Using the generated code -> SelfServicing -> Fetching DataReaders and projections

Zaydoune
User
Posts: 10
Joined: 05-Mar-2008
# Posted on: 24-Apr-2008 11:01:13   

Ok, thanks a lot simple_smile