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.
2 parents 5261aa5 + 847bdd3 commit 1123a9aCopy full SHA for 1123a9a
src/EFCore.SqlServer/Update/Internal/SqlServerUpdateSqlGenerator.cs
@@ -16,7 +16,7 @@ namespace Microsoft.EntityFrameworkCore.SqlServer.Update.Internal;
16
public class SqlServerUpdateSqlGenerator : UpdateAndSelectSqlGenerator, ISqlServerUpdateSqlGenerator
17
{
18
private static readonly bool UseOldBehavior30330
19
- = AppContext.TryGetSwitch("Microsoft.EntityFrameworkCore.Issue30330 ", out var enabled30330) && enabled30330;
+ = AppContext.TryGetSwitch("Microsoft.EntityFrameworkCore.Issue30330", out var enabled30330) && enabled30330;
20
21
/// <summary>
22
/// This is an internal API that supports the Entity Framework Core infrastructure and not subject to
0 commit comments