Filling a datable from LINQ

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • variaas
    New Member
    • Jun 2007
    • 8

    Filling a datable from LINQ

    I have to perform a very expensive query against a slow database. I perform one query and need to split up the results into two datatables in a typed dataset. What's the best method to do this?
Working...