-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add support to Max and Min functions #404
Comments
Hello @DelvisR , If we try to support it, it will be without the Will it still be good for you? Best Regards, Jon Performance Libraries Runtime Evaluation |
Hello @DelvisR , As expected One problem by adding your overload to |
Even without parameters it would be very helpful. Thank you, |
Thank you very much! |
How to implement Max and Min aggregate functions:
public static object Max(this IQueryable source, string selector, params object[] values)
public static object Min(this IQueryable source, string selector, params object[] values)
The text was updated successfully, but these errors were encountered: