GROUP BY / Case Insensitivity extension for Asp.Net Web API ODATA?

元气小坏坏 提交于 2019-12-01 17:37:20

问题


Couldn't find group by references in ODATA V4 documentation. When we pass group by query in URL it just returns the key, not the actual grouped results.

Any references for using Group by in Asp.Net ODATA, on extensibility points of ODATA Web API. We're in need to take full command over how ODATA query is parsed & transformed into LILNQ to entities query.

I am talking on the line of intercepting ODATA queries and performing manual customisation e.g. LINQ to Entities

I am trying to achieve similar extension for Case Sensitivity. OData Case In-Sensitive filtering in Web API?

来源:https://stackoverflow.com/questions/46319844/group-by-case-insensitivity-extension-for-asp-net-web-api-odata

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!