Error with ExecuteQuery
Posted: Fri 13 Feb 2009 18:18
When using ExecuteQuery I get the following error:
Specified method is not supported.
Here is my code:
What am I doing wrong?
Thanks,
Larry
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)
Thanks,
Larry