Select from following answers:- http://<uri>/MyService.svc/Employees:'RNA Team'
- http://<uri>/MyService.svc/Employees['RNA Team']
- http://<uri>/MyService.svc/Employees='RNA Team'
- http://<uri>/MyService.svc/Employees('RNA Team')

- All Above
To obtain a specific instance of the Entity in WCF Data Service, we must use Service/EntitySetName('InstanceName'). So the correct answer will be http://<uri>/MyService.svc/Employees('RNA Team')
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator