Select from following answers:- config.SetEntitySetAccessRule("Customers", EntitySetRights.ReadSingle)
- config.SetEntitySetAccessRule("Customers", EntitySetRights.ReadMultiple)
- config.SetEntitySetAccessRule("Customers", EntitySetRights.AllRead)
- All Above
The ReadSingle permission allows queries that return only a single row to be executed.
ReadMultiple allows only queries that return many entities.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator