Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Additional OData query options support #18

Open
stanislav-kozyrev opened this issue May 6, 2015 · 1 comment
Open

Additional OData query options support #18

stanislav-kozyrev opened this issue May 6, 2015 · 1 comment
Milestone

Comments

@stanislav-kozyrev
Copy link

By looking at ODataExpression.cs one can notice that only 4 (out of 8) OData query options are supported currently:

                case "$filter": ProcessFilter(value); break;
                case "$orderby": ProcessOrderBy(value); break;
                case "$top": ProcessTop(value); break;
                case "$skip": ProcessSkip(value); break;

It would be nice to have support for $select, $expand, $inlinecount and $skiptoken.

@pvginkel
Copy link
Owner

Because of limited time I can spend on this project I will not pick this up in the foreseeable future. However this is an interesting issue so I'll leave it open and maybe pick it up when I have more time available.

@pvginkel pvginkel added this to the v2 milestone May 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants