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

EnsureTransactionsForFunctionsAndCommands ignored #33

Closed WoodruffCZ closed 6 years ago

WoodruffCZ commented 6 years ago

Calling stored procedure with transaction inside throws an error. EnsureTransactionsForFunctionsAndCommands on ObjectContext() is not affecting it.

https://stackoverflow.com/questions/19991609/ef6-wraps-every-single-stored-procedure-call-in-its-own-transaction-how-to-prev/29635604#29635604

WoodruffCZ commented 6 years ago

Probably due to low EF version (6.1.0)