Tagged Questions
0
votes
2answers
815 views
Using LINQ on an external list
When I create a list in SharePoint and want to run LINQ agaisnt it I use SPMetal to auto generate the mapping.
SPMetal.exe /web:http://mysite /code:C:\MyFile.cs
This does not seem to generate the ...