Error with ExecuteQuery

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
larrydhunt
Posts: 10
Joined: Tue 20 Jan 2009 21:40

Error with ExecuteQuery

Post by larrydhunt » Fri 13 Feb 2009 18:18

When using ExecuteQuery I get the following error:
Specified method is not supported.

Here is my code:

Code: Select all

crmDataContext = New CrmDataContext.CrmDataContext(connectionString)
Dim sqlString As String = "SELECT * FROM crm_demo.Company;"
Dim query = crmDataContext.ExecuteQuery(Of CrmDataContext.Company)(sqlString)
What am I doing wrong?

Thanks,
Larry

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 17 Feb 2009 10:53

The ExecuteQuery method is not supported yet. We are working on it, but no timeframe can be provided at the moment.

Post Reply