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
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
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
daelmo wrote: