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

disclaimer: i'm owner of project ef+ on github.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -