Projections Aggregated functions, where are they executed?

For those aggregated functions, are they executed on the database server side or on the Aurelius ORM side?

Is there a way or any guideline (demos) that an end user (like me) to add customized aggregation functions, such as Median, StandardDeviation, Variance, etc?

They are performed at database server side, Aurelius translates them to the proper SQL statement. You can create custom SQL functions to be used in your Aurelius LINQ:
https://download.tmssoftware.com/business/aurelius/doc/web/sqlfunction_projection.html

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.