Hello, I need transactions usign SQLReflector. How can I ativate this ? Basically I have an array of rowObjects and I want to insert all of them in a database table, but all in a transaction, and rollback if an error occurrs. Thanks.