Methods such as OrderBy
may not be calling the correct method of the Provider.
#565
Labels
OrderBy
may not be calling the correct method of the Provider.
#565
There is also a generic implementation of the
CreateQuery
method, should we consider which one to call here?https://docs.microsoft.com/en-us/dotnet/api/system.linq.iqueryprovider?view=net-6.0#methods
https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/src/System.Linq.Dynamic.Core/DynamicQueryableExtensions.cs#L1545
https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/src/System.Linq.Dynamic.Core/DynamicQueryableExtensions.cs#L1565
https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/src/System.Linq.Dynamic.Core/DynamicQueryableExtensions.cs#L1617
I am asking this question because I noticed that some
IQueryProviders
do not implement theCreateQuery
methodhttps://github.com/mongodb/mongo-csharp-driver/blob/v2.14.1/src/MongoDB.Driver/Linq/Linq3Implementation/MongoQueryProvider.cs#L80
The text was updated successfully, but these errors were encountered: