I need a temporary DataTable or DataView made by LINQ to SQL result. but i cant prepare them based on L2S method in VB.Net 2010. is it possible without using loops?
And a basic question! What is the structure of L2S results? I was thinking it must be a DataTable!
Use Linq to Dataset. http://msdn.microsoft.com/en-us/library/bb386921.aspx
Hope, It should Work.