Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender.We want to display only name and gender property.How can we do that?

 Posted by Rajnilari2015 on 9/25/2015 | Category: WCF Interview questions | Views: 4849 | Points: 40
Select from following answers:
  1. http://<uri>/MyService.svc/Employees?$select=name,salary
  2. http://<uri>/MyService.svc/Employees?$fetch=name,salary
  3. http://<uri>/MyService.svc/Employees?$get=name,salary
  4. http://<uri>/MyService.svc/Employees?$display=name,salary
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response