Using Adapter/C#/ .NET 3.5/VS 2008
I have a stored procedure which returns a table of values based on parameters.
I would like to use the LLBLGenProDataSource2 as the datasource to a data grid.
How can I get the data from a stored procedure call into something that the LLBLGenProDataSource2 can use so that the Datagrid can show the data.
No updates of course. Just simple displays of the result.
Ian