Wrap a LINQ datacontext and non linq stored procedure into a transaction?

Posted by Curtis White on Stack Overflow See other posts from Stack Overflow or by Curtis White
Published on 2010-03-17T15:06:43Z Indexed on 2010/03/17 15:31 UTC
Read the original article Hit count: 234

Is it possible to wrap some "external" API code AND a LINQ data context into a transaction? In my case, I want to wrap the ASP.NET 2.0 Membership API calls AND my own LINQ operations into a transaction.

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about linq-to-sql