Continue Reading Nathan Clouse’s Article on their blog
Part 4 – Getting data; Can you SELECT() something faster?
What does adding a Select() do? One ability that OData offers is the ability to reduce the result set for the request using a Select() command. This can reduce the number of columns in a result set from 100 to just 5. This can be used to provide only required data for a given request.
Blog Syndicated with Nathan Clouse’s Permission