How to Manage Transaction in Entity Framework Core 2.0.
I have created an application. There is method in which i have to create and update in both the table. And there is problem when creating or updateing if a table1 is upate if any thing comes error then another table2 will no be updated. So How I can use Transaction so, that there will not be problem comes in creating and updateing.
Answers (2)
0
You can Update the textbox value using CheckBox CheckedChanged event.