Hi
I am designing as workqueue screen for my application and I need to display information from several tables in a gridview.
I have created a view in my database (SQL Server2000) named WorkQueueand I am populating it using the method WorkQueue.GetMulti() .
This covers 90% of the data I need however I also need to retrieve an additional collection for each row in the grid and display it..
Is there a way to prefetch this collection?
Thanks
Aidan