Closed enterprisebug closed 4 years ago
Hi @BlaiseD, i have created a project to reproduce the behaviour. See: https://github.com/enterprisebug/Bug.AutoMapper.Extensions.OData Please give me some advice. Thx.
I think you mean paging not filtering.
You don't need the EnableQuery
attribute - just remove. ODataQueryOptions
not handled by the LINQ Extentions are applied here.
Then make your launch URL odata/StandardProjectReport?api-version=1.0&$top=2
to return just the first two records.
this is my mapping profile:
here is my model configuration:
Please have at this controller:
may you please provide some guidance how this works?