EntityFramework.Functions
EntityFramework.Functions copied to clipboard
Support aggregate functions with more then one argument
Hi,
Entity Framework v6.3.0 has support for aggregate functions with more then one argument. Could Function.DbModel.cs be updated to support that?
@stowellt, did you try that yourself? I tried to implement STRING_AGG but it fails inside ef6 telling that argument count is not correct.
See https://github.com/dotnet/ef6/issues/2090