Gridview with linq and transactions -


This link is executable with 2 SQL entities, which is a gridview that can be executed after a button click or after all updates Allows the rows to be taken together if a user clicks on a cancel button, then a way to revert the changes

Thanks!

If you in-memory transaction (which means that you One can roll back the changes without retrieving), then it is not possible to use LINQ 2 SQL entities because they do not apply the IEditableObject interface.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -