ado.net-data-services filer using composite
- by Thurein
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