c# - Conversion from Hibernate to Entity Framework 6 -
what entity framework equivalent of tofuture() , begintransaction()
for transaction
ctx.database.begintransaction()
for future & futurevalue
there no equivalent of “future” directly in entity framework. can achieve same result through third party library
- https://github.com/zzzprojects/entityframework-plus
- https://github.com/loresoft/entityframework.extended
disclaimer: i'm owner of project ef+ on github.
Comments
Post a Comment