Page 1 of 1

System.Transactions

Posted: Sat 20 Dec 2008 00:50
by tum
Hi,

Does dotConnect for MySql support System.Transactions with Linq and the Entity Framework?

I can't find much information regarding this. If it does not support it, how are transactions handled?

Thanks.

Posted: Mon 22 Dec 2008 10:08
by AndreyR
Transactions are used in case of updating the database objects (when you create, update or delete objects using data context).
When you use the ORM, inspecting the SQL queries executed is always a good idea. I recommend you to use Devart DBMonitor for this, more information can be found in the Using DBMonitor topic of the dotConnect for MySQL documentation.