Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Support-Exposing Filter,Aggregate,Sort and Page as public methods #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adospace
Copy link

I've just exposed base methods (Filter, Aggregate, Sort and Page ) as public extensions. Other detected changes are just Visual Studio auto-spacing/formatting of the file.

In this way I can create an async extension in my project that bind to EF async methods:
await q.ToDataSourceResultAsync(dataRequest);

Also I think it would be useful for those that need a custom logic before creating the DataSourceResult object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants