System.Transactions

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
tum
Posts: 2
Joined: Sat 20 Dec 2008 00:48

System.Transactions

Post by tum » Sat 20 Dec 2008 00:50

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.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 22 Dec 2008 10:08

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.

Post Reply