ZEXSM / OData.QueryBuilder

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

Support composite keys #68

Closed josh-hoiland closed 3 years ago

josh-hoiland commented 3 years ago

A ByKey(params string[] keys) method that produces /resource('key1', 'key2', ...) would be useful