This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for IQueryable #15
Comments
TrevorPilley
added a commit
that referenced
this issue
May 6, 2020
TrevorPilley
added a commit
that referenced
this issue
May 10, 2020
TrevorPilley
added a commit
that referenced
this issue
May 10, 2020
TrevorPilley
added a commit
that referenced
this issue
May 10, 2020
TrevorPilley
added a commit
that referenced
this issue
May 10, 2020
TrevorPilley
added a commit
that referenced
this issue
May 10, 2020
TrevorPilley
added a commit
that referenced
this issue
May 13, 2020
TrevorPilley
added a commit
that referenced
this issue
May 13, 2020
TrevorPilley
added a commit
that referenced
this issue
May 15, 2020
TrevorPilley
added a commit
that referenced
this issue
May 18, 2020
TrevorPilley
added a commit
that referenced
this issue
May 19, 2020
TrevorPilley
added a commit
that referenced
this issue
May 19, 2020
TrevorPilley
added a commit
that referenced
this issue
May 19, 2020
TrevorPilley
added a commit
that referenced
this issue
May 19, 2020
TrevorPilley
added a commit
that referenced
this issue
May 21, 2020
TrevorPilley
added a commit
that referenced
this issue
May 21, 2020
TrevorPilley
added a commit
that referenced
this issue
May 21, 2020
TrevorPilley
added a commit
that referenced
this issue
May 22, 2020
TrevorPilley
added a commit
that referenced
this issue
May 22, 2020
TrevorPilley
added a commit
that referenced
this issue
May 22, 2020
TrevorPilley
added a commit
that referenced
this issue
May 22, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Jun 1, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
TrevorPilley
added a commit
that referenced
this issue
Nov 13, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To be implemented in feature-queryable
Things to do in order to implement this are:
Linq.ODataQueryOptionsExtensions
ApplyTo(this ODataQueryOptions queryOptions, IQueryable queryable)
method$filter
which applies the.Where()
calls to theIQueryable
$orderby
which applies the.OrderBy()
calls to theIQueryable
$skip
as.Skip()
$top
as.Take()
$select
and$expand
which returns anIEnumerable<ExpandoObject>
The text was updated successfully, but these errors were encountered: