Does anybody know if the saveChanges method sends the SQL script that is wrapped into transaction?
thanks in advance.
Does anybody know if the saveChanges method sends the SQL script that is wrapped into transaction?
thanks in advance.
Yes it will send the SQL to the database. But you need to commit the changes for them to be saved, otherwise they will be lost when the transaction timesout.