By Greg McGuffey - 3/28/2008
My first use of the new FillMultipleDataTables() method, I discovered what I really wanted was a method that would actually fill multiple data tables, not BOs. I can use this method and just get the CurrentDataTable from each of the BOs, but it would be nice to have a GetMultipleDataTables() method that would accept a command object and a set of data tables, filling the datatables.
Thanks!
|
|