EntityFrameworkExtras
EntityFrameworkExtras copied to clipboard
How can I return IEnumerable of scalar value
Hello, @JonathanMagnan .
Now we are migrating our solution to .net core 3.1 and we use EF core 3.16.
Do I have a possibility to return IEnumerable of scalar value
Best Regards.
Enver Krynitski.
Hello @enverkrinickii ,
Sorry for the long answer time,
We checked and discussed about it. Unfortunately, we have chosen to not do it for now as it will require more time than initially planned and we need to keep our focus to complete our code re-write of other libraries for when EF Core 5 will be released.
We will let it open as we might choose to do it later.
Best Regards,
Jon
Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval Function • SQL Eval Function
Hello @JonathanMagnan Thank you for your answer. Please notify me here when it will be implemented. Best Regards