我在Sharepoint 2010中获得了一个带有选择列的列表.选项是复选框.
如何使用其余的api查询选择列?
我试过用了
http://sp2010/_vti_bin/listdata.svc/mylist?$filter=myChoicesColumn/xxx eq something
Run Code Online (Sandbox Code Playgroud)
然后我明白了
类型'System.Collections.Generic.IEnumerable`1 [[Microsoft.SharePoint.Linq.DataServiceEntity,Microsoft.SharePoint.Linq,Version = 14.0.0.0,Culture = neutral,PublicKeyToken = 71e9bce111e9429c]]'中不存在属性'xxx'在第6位.
我应该使用什么属性?