Worked yesterday, not today
2011年5月27日 星期五
Query list item in external list by object model
SPQuery query = new SPQuery();
var context = SPServiceContext.GetContext(SPSite);
using (var scope = new SPServiceContextScope(context))
{
SPListItemCollection itemcollec = olist2.GetItems(query);
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言