This is a migrated thread and some comments may be shown as answers.

OpenAccess CType(LinqQuery, Datatable)???

1 Answer 71 Views
LINQ (LINQ specific questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ed Staffin
Top achievements
Rank 1
Ed Staffin asked on 22 Apr 2010, 03:19 PM
Hi,
I have been using Linq to Sql for some time and am just gettin started on OpenAccess. I am using it with an oracle back end.
Is it possible to convert an OpenAccess Linq query to a datatable?
Thanks ... Ed




1 Answer, 1 is accepted

Sort by
0
Serge
Telerik team
answered on 23 Apr 2010, 10:53 AM
Hello Ed Staffin,

 This is not a Telerik OpenAccess ORM specific issue, it is rather a LINQ one. As a matter of fact the early versions of LINQ included a extension method that does this. You can achieve this with this piece of code.

 And while it is possible to work with OpenAccess and data tables I would suggest not doing so if it is not of absolute necessity.

Hope this helps.

Sincerely yours,
Serge
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
LINQ (LINQ specific questions)
Asked by
Ed Staffin
Top achievements
Rank 1
Answers by
Serge
Telerik team
Share this question
or