Part 14 – OData v4 in ASP.NET WebApi – Query Options – SELECT

This is a series of blogs detailing my introduction to using OData v4 with C# and ASP.NET WebApi. The source code for the project can be found here. Up to now we have been creating individual controller actions for our entities either for selecting all entities or selecting entities by key. One of the powers … More Part 14 – OData v4 in ASP.NET WebApi – Query Options – SELECT