Skip to content
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

How can I return IEnumerable of scalar value #41

Open
enverkrinickii opened this issue Jul 22, 2020 · 2 comments
Open

How can I return IEnumerable of scalar value #41

enverkrinickii opened this issue Jul 22, 2020 · 2 comments
Assignees

Comments

@enverkrinickii
Copy link

enverkrinickii commented Jul 22, 2020

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.

@JonathanMagnan JonathanMagnan self-assigned this Jul 28, 2020
@JonathanMagnan
Copy link
Member

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

@enverkrinickii
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants