You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for dynamic properties to queries (#102)
* Added support for dynamic properties to query filters.
* Refactored dynamic property resolving to static method ODataProperty.FromPath()
* Added validation of model type when using ODataProperty.FromPath<T>()
* Added dynamic property resolving to README.
bugfix: ToDictionary works wrong with nested queries #89, Is resource…
… parameter necessary in ODataQueryBuilder.For<TEntity> #88 (#91)
* bugfix: ToDictionary works wrong with nested queries #89
* Is resource parameter necessary in ODataQueryBuilder.For<TEntity> #88