I cant see the System.data.datatableextensions in the reference list and hence not getting intellisence for CopyToDataTable method to return dataset from linq through aweb service.
views:
18answers:
2
A:
Namespace: System.Data
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
http://msdn.microsoft.com/en-us/library/bb396189.aspx
--Jocke
Jocke
2010-07-22 08:50:54
A:
If you go to the documentation of the CopyToDataTable method you will see at the very top the name of the assembly you need to reference. It is System.Data.DataExtensions.dll . If you don't have the documentation installed on your machine, you can find it simply by googling for CopyToDataTable. It is the first answer returned
Panagiotis Kanavos
2010-07-22 08:53:27