You want to configure WCF data service to allow only a single row lookup from the Customers entities and not allow queries that return all entities from Customers.
How can you configure the WCF data service?

 Posted by Rajkatie on 8/6/2012 | Category: ADO.NET Interview questions | Views: 3346 | Points: 40
Select from following answers:
  1. config.SetEntitySetAccessRule("Customers", EntitySetRights.ReadSingle)
  2. config.SetEntitySetAccessRule("Customers", EntitySetRights.ReadMultiple)
  3. config.SetEntitySetAccessRule("Customers", EntitySetRights.AllRead)
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Login to post response