ActionProcedure as DataTable

Posts   
 
    
Abrar
User
Posts: 26
Joined: 13-Nov-2009
# Posted on: 18-Jan-2010 18:40:30   

llblgen version 2.5 adapter mode SqlServer 2005 V.S 2008 C#

Hi, How can I return a ActionProcedure as DataTable. I want to bind the datagrid with the datatable.

Thanks, Abrar

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Jan-2010 02:21:34   

Here is how you can project Stored Procedure resultset onto entity collection

If you see your Resultset Procedure as an ActionProcedure, you should take a look at this: http://llblgen.com/tinyforum/Messages.aspx?ThreadID=14888

David Elizondo | LLBLGen Support Team
Abrar
User
Posts: 26
Joined: 13-Nov-2009
# Posted on: 20-Jan-2010 18:02:53   

Thanks!

daelmo wrote:

Here is how you can project Stored Procedure resultset onto entity collection

If you see your Resultset Procedure as an ActionProcedure, you should take a look at this: http://llblgen.com/tinyforum/Messages.aspx?ThreadID=14888