Skip to content

Commit

Permalink
Add sum to the window functions to look out in the Where clause
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak committed Jan 31, 2024
1 parent 1e99531 commit 424a8d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static class WindowFunctionsEvaluatableExpressionFilter
nameof(DbFunctionsExtensions.PercentRank),
nameof(DbFunctionsExtensions.Rank),
nameof(DbFunctionsExtensions.RowNumber),
nameof(DbFunctionsExtensions.Sum),
];

[SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1202:Elements should be ordered by access", Justification = "Has to come after private fields")]
Expand Down

0 comments on commit 424a8d1

Please sign in to comment.