Dixin / EntityFramework.Functions

EntityFramework.Functions library implements Entity Framework code first support for stored procedures (with single result type, multiple result types, output parameter), table-valued functions (returning entity type, complex type), scalar-valued functions (composable, non-composable), aggregate functions, built-in functions, niladic functions, and model defined functions.
https://weblogs.asp.net/Dixin/EntityFramework.Functions
MIT License
79 stars 27 forks source link

EFCore #32

Open bbqchickenrobot opened 6 years ago

bbqchickenrobot commented 6 years ago

Any plans to make this work with Entity Framework Core?

Dixin commented 4 years ago

As far as I know, Entity Framework Core does not support function mapping. No plan for EFCore until it provides the capability of mapping functions.

maulik-modi commented 2 years ago

@Dixin, Do you consider HasDbFunction as a way of function mapping?

Code sample:https://www.allhandsontech.com/data-professional/entityframework/entity-framework-core-advanced-mapping/

https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.relationalmodelbuilderextensions.hasdbfunction?view=efcore-5.0