score:3
Accepted answer
You should be able to do this if you wrap everything within a TransactionScope object.
Source: stackoverflow.com
Related Articles
- Wrap a LINQ datacontext and non linq stored procedure into a transaction?
- Turn Function or Stored Procedure Result into "live" Result for LINQ
- Converting a stored procedure output into Objects through LINQ
- How can get a result of a linq stored procedure into a label which is scalar
- Reuse stored procedure result in linq to sql in Code First
- Is it Possible to call a Stored Procedure using LINQ in LINQPad?
- Stored Procedure return values with linq data context
- Rollback a stored procedure call from inside a transaction using LINQ-to-SQL?
- Getting stored procedure output parameter with LINQ and Entity Framework
- LINQ calling a Stored Procedure is slow
- LINQ on a DataTable IN a CLR Stored Procedure
- Lost decimal precision and scale using LINQ and stored procedure with output parameters
- Linq Stored Procedure Timeout but SSMS Quick
- Linq - interrupt execution of stored procedure
- LINQ to SQL: Stored Procedure Results
- Linq stored procedure to return XML
- C# LINQ Stored Procedure
- LINQ Source Code Available
- How can I combine this code into one or two LINQ queries?
- Executing stored procedure using linq in c#
- Determine the source DataContext for a Linq to Sql query
- How to use a system stored procedure in LINQ to SQL
- What are the advantages using LINQ than stored procedure
- How to get SQL query into LINQ form in C# code
- Performance of Linq on entity framework vs SQL stored procedure
- Return newly inserted row id from stored procedure using LINQ toSQL
- Linq Stored Procedure Issue- Returning an int
- creating Linq to sqlite dbml from DbLinq source code
- Can I prevent a LINQ DataContext from using a transaction when a TransactionScope is present?
- Mix Entity Framework Linq with stored procedure
- How to check for the absence of any value in a list from a set server-side in LINQ? (SQL given)
- How to tell if one Expression tree is a subset of another
- C# Linq Query Selecting all enums that start with String
- compere string to string after removing string characters
- MissingMemberException when trying to use LINQ on subproject Tasks
- Use a numeric value in a linq dynamic query string
- Populating a highchart graph from a linq query
- asp.net-MVC Self join in LINQ query
- How to query in LINQ & Entity Framework the unmapped property
- Extract a JSON property using LINQ
- How to Make C# Linq Query Syntax Equivalent to Method Syntax for ThenInclude?
- EF Code First oddity with Distinct()
- How to make a linq lambda expression and set the table to be used in the expression dynamically?
- Using LINQ to check if a string contains a list of strings or characters
- how can i pass parameter for Func<IQueryable<T>, IOrderedQueryable<T>> orderBy = null,
- Join two ordered sequences efficiently in C#
- Using C# and Linq to create an array containing unique items from two input arrays
- What is the LINQ/Lambda equivalent to Select Count(*), SUM(someColumn) From SomeTable
- Group by convert
- Get the parameter value from a Linq Expression