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

Json Support #37

Open jcspader opened 5 years ago

jcspader commented 5 years ago

The project could support the functions of JSON for MS SQL Server. Function like 'JSON_VALUE' will be very useful

msngithub commented 3 months ago

After many years, this possibility has not been added yet?