OData in ASP.NET Web API
How to create OData endpoints in Web API. OData is a data access protocol for the web. It provides a uniform way to query and manipulate data sets. Web API supports both Version 3 and Version 4 of the OData protocol.
- Supporting OData Query Options in Web API 2
- Using $select, $expand, and $value in Web API 2 OData
- Routing Conventions in Web API 2 OData
Comments (
)
Link to this page:
//www.vb-net.com/AspNet-DocAndSamples-2017/aspnet/web-api/overview/odata-support-in-aspnet-web-api/Index.htm
|