Entity Framework without Transaction?

Posted by Sue on Stack Overflow See other posts from Stack Overflow or by Sue
Published on 2009-12-17T12:34:48Z Indexed on 2010/04/06 21:43 UTC
Read the original article Hit count: 517

Is there a way to use EF without transaction? I have very simple single insert and don't want to roll-back when something goes wrong as there may be a trigger logging then raising error from the DB side which I have no control over. I just want to insert then catch any exceptions but don't want to roll-back.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about transactions