Select from following answers:- http://<uri>/MyService.svc/Employees?$select=name,salary

- http://<uri>/MyService.svc/Employees?$fetch=name,salary
- http://<uri>/MyService.svc/Employees?$get=name,salary
- http://<uri>/MyService.svc/Employees?$display=name,salary
- All Above
$select with a comma seperated list indicates the fields to be returned.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator