Alternatives of Datatable

Posted by mavera on Stack Overflow See other posts from Stack Overflow or by mavera
Published on 2010-04-05T11:38:09Z Indexed on 2010/04/05 11:43 UTC
Read the original article Hit count: 173

Filed under:
|
|
|

In my web application, I have a dynamic query that returns huge data to datatable, and this query is often recalled with different parameters. So database is exhausted.

I want to get all record with no parameters to an object, and perform queries (may be with linq) on this object. So database will not be exthausted.

Which objects can be used instead of datatable?

© Stack Overflow or respective owner

Related posts about datatable

Related posts about LINQ