Skip to content

Minimize the use of IQueryable generic parameter#414

Merged
AlekseyMartynov merged 5 commits into
DevExpress:masterfrom
AlekseyMartynov:issue-413-2
Feb 6, 2020
Merged

Minimize the use of IQueryable generic parameter#414
AlekseyMartynov merged 5 commits into
DevExpress:masterfrom
AlekseyMartynov:issue-413-2

Conversation

@AlekseyMartynov

Copy link
Copy Markdown
Contributor

Instead of IQueryable<T>, we'll use IQueryable.ElementType. This will prevent subtle item-type-related issues like the one described in #413 (comment).

Non-remote select and grouping still depend on the generic parameter, so we cannot completely switch to untyped IQueryable.

@AlekseyMartynov
AlekseyMartynov merged commit 651b579 into DevExpress:master Feb 6, 2020
@AlekseyMartynov
AlekseyMartynov deleted the issue-413-2 branch February 6, 2020 08:31
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.

1 participant