生成LINQ to SharePoint Proxy类
摘要:
1. 添加引用 添加对Microsoft.SharePoint.LINQ.dll的引用,它在路径Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI\下。 2. 生成LINQ to SharePoint Proxy类,通过它来访问SharePoint站点中的List 使用spmetal.exe工具,它能根据SharePoint站点中的List定义生成对应C#或VB.Net类(默认C#),类似于使用WSDL.exe为Web Service生成Proxy类。它存放在路径Program Files\... 阅读全文
posted @ 2013-03-28 15:11 邓登旺 阅读(112) 评论(0) 推荐(0) 编辑