You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use System.Linq.Dynamic.Core with MongoFramework to achieve text based ordering for a UI,
e.g. query = query.OrderBy("Name");
Under the hood this library is using the LinqProdivder's CreateQuery method.
The MongoFrameworkQueryProvider class doesn't have this method implemented, so I get the following exception:
The method or operation is not implemented.
at MongoFramework.Infrastructure.Linq.MongoFrameworkQueryProvider\u00601.CreateQuery(Expression expression)
The text was updated successfully, but these errors were encountered:
I am trying to use
System.Linq.Dynamic.Core
with MongoFramework to achieve text based ordering for a UI,e.g. query = query.OrderBy("Name");
Under the hood this library is using the LinqProdivder's
CreateQuery
method.The MongoFrameworkQueryProvider class doesn't have this method implemented, so I get the following exception:
The method or operation is not implemented.
at MongoFramework.Infrastructure.Linq.MongoFrameworkQueryProvider\u00601.CreateQuery(Expression expression)
The text was updated successfully, but these errors were encountered: