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

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