EntityFrameworkExtras icon indicating copy to clipboard operation
EntityFrameworkExtras copied to clipboard

How can I return IEnumerable of scalar value

Open enverkrinickii opened this issue 4 years ago • 2 comments

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 image Best Regards. Enver Krynitski.

enverkrinickii avatar Jul 22 '20 19:07 enverkrinickii

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 ExtensionsEntity Framework ClassicBulk OperationsDapper Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval FunctionSQL Eval Function

JonathanMagnan avatar Jul 28 '20 11:07 JonathanMagnan

Hello @JonathanMagnan Thank you for your answer. Please notify me here when it will be implemented. Best Regards

enverkrinickii avatar Jul 28 '20 12:07 enverkrinickii