Select from following answers:- http://<uri>/MyService.svc/Employees('Neo')

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