ZEXSM / OData.QueryBuilder

OData.QueryBuilder - library for creating complex OData queries (OData version 4.01) based on data models with linq syntax.
MIT License
77 stars 31 forks source link

Added support for Filter when using ByKey #122

Open LinusCenterstrom opened 8 months ago

LinusCenterstrom commented 8 months ago

Basically copied the implementation of Filter from ODataQueryCollection (and a couple of the tests) If you prefer some other solution like moving it to the baseclass or extracting a shared class please let me know.

fixes #121