Skip to content

Commit

Permalink
Inform that TransactionScope is not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
geirsagberg committed Sep 21, 2016
1 parent 2dc36cc commit f6d9278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/saving/transactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ The following example, shows how to perform an ADO.NET SqlClient operation and a
:lines: 21-53
:emphasize-lines: 4, 10, 21, 26-28
:linenos:

.. tip::
In previous versions of Entity Framework you could wrap your code in a ``TransactionScope`` to enable transactions. This is not supported in Entity Framework Core 1.0 because ambient transactions are not supported.

0 comments on commit f6d9278

Please sign in to comment.