odata过滤复杂类型

时间:2012-03-28 19:05:53

标签: c# odata iqueryable

我在Xml中有复杂的对象类型,它看起来像:

<Event>
 <id>3198588</id>
 <title>SunSay</title>
  <artists>
    <artist>SunSay</artist>
    <headliner>SunSay</headliner>
  </artists>
</Event>

它使用oData通过ApiController以XML格式返回数据。所以,我想按艺术家名称(SunSay)过滤,我必须放在$ filter =? 网址如下:http://localhost:2048/api/Values/Madrid?filter= ... 我在这个项目中没有.svc可以走一条路。

0 个答案:

没有答案