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

- http://<uri>/MyService.svc/Employees?$orderby=age&salary
- http://<uri>/MyService.svc/Employees?$orderby=[age,salary]
- http://<uri>/MyService.svc/Employees?$orderby=>(age,salary)
- All Above
$orderby defines the sort order to be use in WCf Data service.It's syntax is
Service/EntitySetName/$orderby=<Property1,Property2..PropertyN>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator