We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a9fe3 commit ac98b60Copy full SHA for ac98b60
src/EFCore/Infrastructure/DatabaseFacade.cs
@@ -396,7 +396,7 @@ public virtual IDbContextTransaction? CurrentTransaction
396
/// See <see href="https://aka.ms/efcore-docs-transactions">Transactions in EF Core</see> for more information and examples.
397
/// </para>
398
/// </remarks>
399
- [Obsolete("Use EnableAutoTransactions instead")]
+ [Obsolete("Use AutoTransactionBehavior instead")]
400
public virtual bool AutoTransactionsEnabled
401
{
402
get => AutoTransactionBehavior is AutoTransactionBehavior.Always or AutoTransactionBehavior.WhenNeeded;
0 commit comments