linq-to-sharepoint
Is there a way to use SPMetal generated classes together with a WCF service application?
I generated entity classes with spmetal using the serialization parameter (set to \"unidirectional\"). However, when I use those classes as return value for a WCF method, I get the following error:[详细]
2023-03-18 02:43 分类:问答LINQ Query results and string methods
First of all let me apologize for the wall of code. Basically, I have two two queries against Sharepoint lists. The code seems to work great if I comment a couple of lines. Here is the code:[详细]
2023-03-03 19:12 分类:问答Linq to SharePoint throwing null reference exception
In our SharePoint 2010 project we are using Linq to SharePoint to get a list of ConfigurationItems. On our testing environments we never had issues fetching data from this list. On our production envi[详细]
2023-02-19 17:52 分类:问答LINQ to Sharepoint InsertOnSubmit Question
For example I have a list called Product and it has 3 columns, ProductNa开发者_StackOverflow中文版me (which is the Title), ProductPrice and ProductType.[详细]
2023-02-14 23:10 分类:问答Specified cast is not valid querying Sharepoint
Using SPMETAL I\'ve generated a C# file allowing me the use of LINQ to access Sharepoint objects. However, using a very simple query produces a strange error:[详细]
2023-01-24 00:30 分类:问答