Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the Item name 'Neo' from the list of all Employees Entity from MyService?

 Posted by Rajnilari2015 on 9/25/2015 | Category: WCF Interview questions | Views: 3571 | Points: 40
Select from following answers:
  1. http://<uri>/MyService.svc/Employees('Neo')
  2. http://<uri>/MyService.svc/Employees='Neo'
  3. http://<uri>/MyService.svc/Employees['Neo']
  4. http://<uri>/MyService.svc/Employees:'Neo'
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response