ado.net-data-services filer using composite

Posted by Thurein on Stack Overflow See other posts from Stack Overflow or by Thurein
Published on 2010-05-04T17:16:03Z Indexed on 2010/05/04 17:18 UTC
Read the original article Hit count: 167

Filed under:

Hi, I am having a problem filter a query.

I have Contact and Tag entities. Actually in the database, they are 3 different tables, Contacts, Tags and ContactTag table. I would like to filter contacts using the Tag name.

I was trying this filter but it did not work. http://localhost:50143/ContactDataService.svc/Contacts?$filter=Tags/TagName eq 'Tag1'

Am I missing any thing ?

Thanks Thurein

© Stack Overflow or respective owner

Related posts about ado.net-data-services