You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Thinktecture.EntityFrameworkCore.SqlServer/EntityFrameworkCore/Query/ExpressionTranslators/SqlServerDbFunctionsTranslator.cs
Copy file name to clipboardExpand all lines: src/Thinktecture.EntityFrameworkCore.SqlServer/EntityFrameworkCore/Query/SqlExpressions/WindowFunctionExpression.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ public class WindowFunctionExpression : SqlExpression
15
15
/// Creates a new instance of the <see cref="WindowFunctionExpression" /> class.
16
16
/// </summary>
17
17
/// <param name="name">Function name.</param>
18
-
/// <param name="useStarWhenNoArguments">Indication whether to use '*' when no arguments are provided.</param>
18
+
/// <param name="useAsteriskWhenNoArguments">Indication whether to use '*' when no arguments are provided.</param>
Copy file name to clipboardExpand all lines: src/Thinktecture.EntityFrameworkCore.SqlServer/EntityFrameworkCore/Query/ThinktectureSqlServerQuerySqlGenerator.cs
0 commit comments