Returning filtered data from ApiController
Posted: Tue 08 Apr 2014 14:22
Hi,
I have successfully created an entity model, database first, using the latest download of dotconnect for oracle.
I can write linq queries successfully, however, when I use the [Queryable] attribute on a simple Get action in a ApiController derived controller class, the results take incredibly long to execute.
If I use, Linq2rest instead, the same odata ajax query executes very fast.
Do you have any idea what might be going on?
Thanks
I have successfully created an entity model, database first, using the latest download of dotconnect for oracle.
I can write linq queries successfully, however, when I use the [Queryable] attribute on a simple Get action in a ApiController derived controller class, the results take incredibly long to execute.
If I use, Linq2rest instead, the same odata ajax query executes very fast.
Do you have any idea what might be going on?
Thanks